-
SSH
Convert OpenSSH key to RSA This command converts it ! in-place !, so make sure to have a copy of original, if you even need one: Bypass strict SSH host key checking An SSH command has two useful parameters: This little workaround came in handy a few times already. It shouldn’t be used always, as…
-
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…