Skip to content

Instantly share code, notes, and snippets.

@big-kahuna-burger
Forked from mustafaturan/cerficate-fetcher.sh
Created January 10, 2019 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save big-kahuna-burger/69c8a90d9791dc73ed00107ea81730e7 to your computer and use it in GitHub Desktop.
Save big-kahuna-burger/69c8a90d9791dc73ed00107ea81730e7 to your computer and use it in GitHub Desktop.
Fetch Certificate From A Web Page
#!/usr/bin/env bash
openssl s_client -connect {hostname}:{port} -showcerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment