Skip to content

Commit

Permalink
certbot: Fix auto-renew
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenson committed Dec 3, 2024
1 parent 5627ed6 commit 5f6cd9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/certbot/auto-renew.cron
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
cd $(dirname $0)
cd $(dirname $(pwd))
cd $(dirname $(pwd))
sleep $(awk 'BEGIN{srand(); print int(rand()*(3600+1))}')
exec docker compose run --rm -it certbot renew -q

0 comments on commit 5f6cd9e

Please sign in to comment.