From a9e9972f2d9a5be53e2fc5caa5d1e9e83e1d0bb7 Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 11 Feb 2021 21:15:50 -0500 Subject: Use certbot to manage my letscrypt certs Manage certs via the letscrypt cert bot (via a docker-compose image) which is able to be executed each time we want to update the certs --- cron-renew-certs.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 cron-renew-certs.sh (limited to 'cron-renew-certs.sh') diff --git a/cron-renew-certs.sh b/cron-renew-certs.sh new file mode 100755 index 0000000..bfb7401 --- /dev/null +++ b/cron-renew-certs.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env sh +set -ex +echo "Updating certs" +cd /home/bill/apps/certbot +docker-compose -f /home/bill/apps/certbot/docker-compose.yml run certbot + + -- cgit v1.2.3-54-g00ecf