Really a GVL deployment issue
Ben did the following to get SSL certs (RT#24819), need to automate.
- installed letsencrypt (apt install letsencrypt)
- generated a new cert that works for {www.,}genome.edu.au {www.,}gvl.org.au
- updated nginx config to use the newly generated key and cert
- added a renewal script at /usr/local/bin/renew_letsencrypt_cert
- scheduled daily run of renewal script
After talking to Simon, I also added 301 redirects to:
- encrypt all traffic
- send all traffic to the canonical hostname, www.gvl.org.au
Really a GVL deployment issue
Ben did the following to get SSL certs (RT#24819), need to automate.
After talking to Simon, I also added 301 redirects to: