Add automated TLS renewal and deployment documentation
Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
# Local runtime configuration
|
||||
.env
|
||||
.tls-renewal.env
|
||||
|
||||
# Runtime TLS artifacts (never commit private keys/certs)
|
||||
nginx/ssl/*.crt
|
||||
nginx/ssl/*.key
|
||||
nginx/ssl/*.pem
|
||||
nginx/ssl/letsencrypt/
|
||||
|
||||
# Runtime logs
|
||||
logs/
|
||||
Reference in New Issue
Block a user