====== SSL ====== ===== Generating a CSR ===== Run the following to generate the key (you'll also have to answer some questions). DOMAIN='x.shweppsie.com'; openssl req -new -newkey rsa:4096 -nodes -keyout ${DOMAIN}.key -out ${DOMAIN}.csr * Use the CSR with your SSL Certificate Provider to generate new certificates