Created
June 5, 2023 18:28
-
-
Save stand-sure/1980021992f17741e232ec42d4100eea to your computer and use it in GitHub Desktop.
openssl s_client # get cert chain
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
openssl s_client -showcerts -connect SERVER_NAME:443 -showcerts </dev/null 2>/dev/null|openssl x509 -outform PEM >mycertfile.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment