The Fringe

The Fringe is a collection of before and after show ramblings and actually intentional musings that are unstructured.

CS #102 — Have To Sudo You

Episode #368 CS #102

Chris abuses words, Andrew renews his server's certificate, and Steve does what Steve does.
Requisite Let's Encrypt commands:
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