nginx letsencrypt works

This commit is contained in:
Zsolt Ero
2024-02-24 18:02:51 +01:00
parent b11a46fee1
commit 40a9006b6f
6 changed files with 48 additions and 37 deletions

View File

@@ -2,13 +2,13 @@
SSH_PASSWD=
# Domain to server directly, with Let's Encrypt certificates
DOMAIN_LE=le.openfreemap.org
DOMAIN_LE=test.openfreemap.org
# Let's Encrypt account email
LE_EMAIL=user@example.com
LE_EMAIL=
# Domain via CloudFlare, using origin certificates
# Please put cf.key and cf.cert files in config/certs
# Please put ofm_cf.key and ofm_cf.cert files in config/certs
DOMAIN_CF=tiles.openfreemap.org
# Skip the full planet download, useful for testing (true/false)