Commands

1 min read

Commands that I always need to look-up, so I can look them up here.

Commands

  • Check SSL Certificates and Keys. All output values should match.
    • openssl pkey -in privateKey.key -pubout -outform pem | sha256sum
      openssl x509 -in certificate.crt -pubkey -noout -outform pem | sha256sum
      openssl req -in CSR.csr -pubkey -noout -outform pem | sha256sum 

Tools

  • gitup
    • Python pip program that updates all configured repositories in one command.
  • sslscan [host:port | host ]
    • Scans SSL protocols/ciphers/signatures
Next Docs