summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-07-20 12:09:22 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-07-20 12:09:22 +0100
commit6fc14b860d0356529b6b10473767435275db0f49 (patch)
tree878f9d30dcc602007359b51956f2d3d12e196f7e /scripts
parentBetter backend checks in HA Proxy (diff)
downloadconfig-6fc14b860d0356529b6b10473767435275db0f49.tar.bz2
config-6fc14b860d0356529b6b10473767435275db0f49.tar.xz
config-6fc14b860d0356529b6b10473767435275db0f49.zip
Add certbot-renew
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/certbot-renew4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/certbot-renew b/scripts/certbot-renew
new file mode 100755
index 0000000..c7d147a
--- /dev/null
+++ b/scripts/certbot-renew
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+certbot renew
+