Skip to content

Instantly share code, notes, and snippets.

@eignatov
Forked from genediazjr/comodo-ssl.sh
Created March 17, 2016 19:21
Show Gist options
  • Save eignatov/e16c815f8f53b1d867b1 to your computer and use it in GitHub Desktop.
Save eignatov/e16c815f8f53b1d867b1 to your computer and use it in GitHub Desktop.
Convert Comodo Positivessl to cer and pem
# 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