initial commit

This commit is contained in:
2023-10-18 15:19:16 +00:00
commit 972682dc9b
8 changed files with 258 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
docker run \
--rm \
--name certbot \
-v ./data/certbot/conf:/etc/letsencrypt \
-v ./data/certbot/www:/var/www/certbot \
--network=dittmar.dev \
certbot/certbot \
renew
docker restart nginx
echo "updated $(date)" >> updated.txt