Network / Security
SSL Certificate Decoder
Decode and inspect PEM-encoded SSL/TLS certificates
Tip: Get a certificate from any site: echo | openssl s_client -connect example.com:443 2>/dev/null | openssl x509
Decode and inspect PEM-encoded SSL/TLS certificates
Tip: Get a certificate from any site: echo | openssl s_client -connect example.com:443 2>/dev/null | openssl x509