Skip to content

Instantly share code, notes, and snippets.

@gjuric
Created December 5, 2014 12:56
Show Gist options
  • Save gjuric/7405c2ff23c2c19e0d65 to your computer and use it in GitHub Desktop.
Save gjuric/7405c2ff23c2c19e0d65 to your computer and use it in GitHub Desktop.
COMODO PositiveSSL certificate order
cat exmaple.com.crt COMODORSADomainValidationSecureServerCA.crt COMODORSAAddTrustCA.crt > example.com.crt
If some browsers are complaining add "AddTrustExternalCARoot.crt" to the chain:
cat exmaple.com.crt COMODORSADomainValidationSecureServerCA.crt COMODORSAAddTrustCA.crt AddTrustExternalCARoot.crt > example.com.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment