Convert Crt 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 crt


openssl x509 -outform der -in your-cert.pem -out your-cert.crt

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