NGINX-Configs/certbot/uptime-kuma
Tommy 1bf7d1835f
Initial file upload
Signed-off-by: Tommy <contact@tommytran.io>
2024-06-24 10:21:29 -07:00

6 lines
266 B
Plaintext

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