证书有效性校验
方法一
终端使用 openssl工具校验
openssl s_client -connect example.com:443
方法二(推荐)
在线工具校验
https://myssl.com/ssl.html
博客中所涉及到的图片都有版权,请谨慎使用
终端使用 openssl工具校验
openssl s_client -connect example.com:443
在线工具校验
https://myssl.com/ssl.html