diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-07-20 12:09:22 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-07-20 12:09:22 +0100 |
commit | 6fc14b860d0356529b6b10473767435275db0f49 (patch) | |
tree | 878f9d30dcc602007359b51956f2d3d12e196f7e /scripts | |
parent | Better backend checks in HA Proxy (diff) | |
download | config-6fc14b860d0356529b6b10473767435275db0f49.tar.bz2 config-6fc14b860d0356529b6b10473767435275db0f49.tar.xz config-6fc14b860d0356529b6b10473767435275db0f49.zip |
Add certbot-renew
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/certbot-renew | 4 |
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 + |