Skip to main content

:zap:Java

:zap:C# - Windows

Note: The Windows platform does not support CRT or PEM files directly in .NET, so you need to convert them into a PFX file. You can do this by running the following command in your terminal using the OpenSSL tool, while generating the file you will be asked to create a password, you can choose a password in this step to be used in your code after.
Another step is installing the PEM file into the Trusted Root Certification Authorities. In case this file is not being recognized by the Certificate Manager, change its extension to crt and install it on the Local Machine.

:zap:C# - macOs or Linux

:zap:Python 3

:zap:Go

Go Lang

:zap:JavaScript/Node.Js