Skip to content

Instantly share code, notes, and snippets.

@identityclash
Forked from genediazjr/comodo-ssl.sh
Created November 11, 2015 06:07
Show Gist options
  • Save identityclash/5c06b203d6e6e910f1f3 to your computer and use it in GitHub Desktop.
Save identityclash/5c06b203d6e6e910f1f3 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