Created
October 22, 2018 21:26
-
-
Save ngstigator/9295533590c4e427f608db94716ea70f to your computer and use it in GitHub Desktop.
Convert bundled SSL certificates to chained certificate
This file contains 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
bundle usually consists of: | |
- example_com.ca-bundle | |
- example_com.crt | |
append bundle contents to crt will yield a chained certificate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment