Skip to content

Instantly share code, notes, and snippets.

@jkeam
Created April 3, 2026 18:09
Show Gist options
  • Select an option

  • Save jkeam/bb10717a603b21fd52dd34da6bc4b612 to your computer and use it in GitHub Desktop.

Select an option

Save jkeam/bb10717a603b21fd52dd34da6bc4b612 to your computer and use it in GitHub Desktop.
Certificate Testing
#!/bin/bash
# get certs
openssl s_client -showcerts -connect YOUR_REG.COM:8443 </dev/null
# see subject and issuer
openssl x509 -noout -subject -issuer
<PASTE YOUR CERT HERE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment