Security(ish)
commands the are mostly security and privacy related
Extract key/cert from PFX
Extract key from pfx fileopenssl pkcs12 -in /path/to/file.pfx --nocerts -out /path/to/exported...
Postfix TLS
Configuring Postfix to use TLS on CentOS 7 1. Install all required packagesyum install cyrus-sas...
OpenSSL tricks
Download a site's certificate. This command will connect to example.com on port 443 using the s_c...