Answers for "export .crt and .key to .pem openssl"

5

openssl pem to crt

openssl x509 -outform der -in your-cert.pem -out your-cert.crt
Posted by: Guest on November-26-2020

Code answers related to "export .crt and .key to .pem openssl"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language