Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created April 9, 2013 10:24
Show Gist options
  • Save glidenote/5344680 to your computer and use it in GitHub Desktop.
Save glidenote/5344680 to your computer and use it in GitHub Desktop.
check_ssl() {
openssl s_client -connect $1:443 -showcerts << EOF
HEAD / HTTP/1.0
EOF
}
@glidenote
Copy link
Author

check_ssl gist.github.com

でSSL証明書のチェックが出来る

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment