Skip to content

Instantly share code, notes, and snippets.

@lantins
Created November 26, 2014 22:00
Show Gist options
  • Save lantins/865a2d3d836f993a08e9 to your computer and use it in GitHub Desktop.
Save lantins/865a2d3d836f993a08e9 to your computer and use it in GitHub Desktop.
Entire certificate chain in one file
# 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