Add automated TLS renewal and deployment documentation

Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
Raghav
2026-04-17 08:44:28 +05:30
parent 249bed66e2
commit 08990f6420
15 changed files with 347 additions and 172 deletions

5
.tls-renewal.env.example Normal file
View File

@ -0,0 +1,5 @@
# Used by scripts/renew-production-tls.sh in non-interactive contexts (e.g. cron)
# Copy to .tls-renewal.env and adjust values.
LETSENCRYPT_EMAIL=you@example.com
CLOUDFLARE_TOKEN_SCRIPT=$HOME/bin/cloudflare-api-usertoken.sh
CF_DNS_PROPAGATION_SECONDS=60