Skip to content

Instantly share code, notes, and snippets.

View ravirao04's full-sized avatar
👻
Somewhere lost

Ravi Kumar Rao ravirao04

👻
Somewhere lost
View GitHub Profile

OpenSSL Playground

Certificates

# human readable crt file
openssl x509 -in stackexchangecom.crt -text -noout

# human readable pem file
openssl x509 -in cert.pem -text -noout