-
Notifications
You must be signed in to change notification settings - Fork 44
Patches
cat-box edited this page Jan 16, 2021
·
11 revisions
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.
-
SSH into the EC2 server. If you require instructions on how to do so, follow the SSH Access Instructions.
-
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