Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Last active December 29, 2015 01:49
Show Gist options
  • Select an option

  • Save tkuchiki/7596094 to your computer and use it in GitHub Desktop.

Select an option

Save tkuchiki/7596094 to your computer and use it in GitHub Desktop.
openssl まとめ
# fingerprint
## sha1
openssl x509 -sha1 -fingerprint -noout -in FILE
## md5
openssl x509 -md5 -fingerprint -noout -in FILE
# 証明書確認
openssl s_client -connect example.com:443 -showcerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment