-
-
Save eignatov/e16c815f8f53b1d867b1 to your computer and use it in GitHub Desktop.
Convert Comodo Positivessl to cer and pem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# generate OpenSSL CSR here | |
# https://www.digicert.com/easy-csr/openssl.htm | |
# to cer | |
cat COMODORSADomainValidationSecureServerCA.crt COMODORSAAddTrustCA.crt AddTrustExternalCARoot.crt > yourdomain.com.cer | |
# to pem | |
cat yourdomain.com.crt COMODORSADomainValidationSecureServerCA.crt COMODORSAAddTrustCA.crt AddTrustExternalCARoot.crt yourdomain.com.key > yourdomain.com.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment