Created
November 26, 2014 22:00
-
-
Save lantins/865a2d3d836f993a08e9 to your computer and use it in GitHub Desktop.
Entire certificate chain in one file
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
# first in the chain is your certificate | |
-----BEGIN CERTIFICATE----- | |
... | |
-----END CERTIFICATE----- | |
# then add any intermediate certificates | |
-----BEGIN CERTIFICATE----- | |
... | |
-----END CERTIFICATE----- | |
# ending with your CA certificate | |
-----BEGIN CERTIFICATE----- | |
... | |
-----END CERTIFICATE----- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment