Created
January 8, 2020 16:50
-
-
Save ccondry/11f5d36c36dc0175203f5b9c4a947fb7 to your computer and use it in GitHub Desktop.
reveal ldaps certificate information
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
#!/bin/sh | |
openssl s_client -connect servername:636 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks to https://olivermarshall.net/how-to-find-the-ssl-certificate-used-by-ldaps/