Tag: openssl
-
OpenSSL
Just a few commands that helped me a lot while working with SSL certificates and keys. Generate AWS private key’s fingerprint using openssl: Check if certificate and intermediate match each other Execute following and look for “X509v3 Authority Key Identifier” Execute following and look for “X509v3 Subject Key Identifier” Check Certificate agains Private Key This…