There was an error while loading. Please reload this page.
Install openssl package for your operating system.
Generating a private key: openssl genrsa 2048 > private.pem
openssl genrsa 2048 > private.pem
Generating the self signed certificate: openssl req -x509 -new -key private.pem -out public.pem
openssl req -x509 -new -key private.pem -out public.pem
If required, creating PFX: openssl pkcs12 -export -in public.pem -inkey private.pem -out .Catalyst/mycert.pfx
openssl pkcs12 -export -in public.pem -inkey private.pem -out .Catalyst/mycert.pfx