Initial file upload

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy
2024-06-24 10:21:29 -07:00
parent 5f01f742fa
commit 1bf7d1835f
15 changed files with 303 additions and 0 deletions

5
certbot/uptime-kuma Normal file
View File

@@ -0,0 +1,5 @@
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--key-type ecdsa --reuse-key --must-staple \
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
--cert-name uptime.yourdomain.tld \
-d uptime.yourdomain.tld