Links
- Words of Contradictory Wisdom | the Andrew Bailey
- SSL Server Test: theandrewbailey.com (Powered by Qualys SSL Labs)
- Karst - Wikipedia, the free encyclopedia
git clone https://github.com/letsencrypt/letsencrypt.git
sudo ./letsencrypt-auto certonly --tls-sni-01-port 4443 --http-01-port 4080 -d theandrewbailey.com,www.theandrewbailey.com, ...
sudo openssl pkcs12 -export -name theandrewbailey.com -in /etc/letsencrypt/live/theandrewbailey.com/fullchain.pem -inkey /etc/letsencrypt/live/theandrewbailey.com/privkey.pem -out pubchainpriv.p12
sudo keytool -importkeystore -srcstoretype pkcs12 -srckeystore pubchainpriv.p12 -alias theandrewbailey.com -destkeystore /path/to/glassfish/domains/toilet/config/keystore.jks