Created
December 5, 2014 12:56
-
-
Save gjuric/7405c2ff23c2c19e0d65 to your computer and use it in GitHub Desktop.
COMODO PositiveSSL certificate order
This file contains hidden or 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
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