Convert From .cer To .pem Code Example


Example 1: convert crt to pem


openssl x509 -inform DER -in yourdownloaded.crt -out outcert.pem -text

Example 2: convert pem to private key openssl


openssl rsa -outform der -in private.pem -out private.key

Comments

Popular posts from this blog

C Perror Example

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"