aboutsummaryrefslogtreecommitdiff
path: root/docker/nginx/certbot.bash
diff options
context:
space:
mode:
Diffstat (limited to 'docker/nginx/certbot.bash')
-rw-r--r--docker/nginx/certbot.bash9
1 files changed, 0 insertions, 9 deletions
diff --git a/docker/nginx/certbot.bash b/docker/nginx/certbot.bash
deleted file mode 100644
index 0b8e3b7..0000000
--- a/docker/nginx/certbot.bash
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/bash
-
-set -e
-
-while true; do
- certbot renew --deploy-hook "nginx -s reload"
- echo "Sleep one day before next certbot renew."
- sleep 1d
-done