From 6fc14b860d0356529b6b10473767435275db0f49 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 20 Jul 2020 12:09:22 +0100 Subject: Add certbot-renew --- scripts/certbot-renew | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/certbot-renew (limited to 'scripts/certbot-renew') 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 + -- cgit v1.2.3