We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
see
eg .command lines:
generate pem ...
openssl req -x509 -newkey rsa:2048 -nodes -sha256 -subj '/CN=localhost' -keyout localhost-prikey.pem -out localhost-cert.pem
generate .p12 file from .pem
openssl pkcs12 -export -out example-cert.p12 -inkey localhost-prikey.pem -in localhost-cert.pem
There was an error while loading. Please reload this page.