Add automated TLS renewal and deployment documentation
Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
5
.tls-renewal.env.example
Normal file
5
.tls-renewal.env.example
Normal 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
|
||||
Reference in New Issue
Block a user