Skip to content

Patches

cat-box edited this page Jan 16, 2021 · 11 revisions

Certificate Renewal

Deployments created prior to Jan 15th, 2020 using templates v1-5 and earlier do not auto-renew due to a bug. This has been resolved in a patch which needs to be manually applied.

  1. SSH into the EC2 server. If you require instructions on how to do so, follow the SSH Access Instructions.

  2. When you have successfully opened a terminal to your server, type the commands after the $ sign below.
    Hit return/enter after each line.

    $ sudo su
    $ wget https://raw.githubusercontent.com/cat-box/aws-foundry-ssl/master/patches/certbot_cronjob.sh
    $ chmod a+x certbot_cronjob.sh
    $ ./certbot_cronjob.sh
    $ rm certbot_cronjob.sh

Clone this wiki locally