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

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy