Mercurial Hosting > luan
changeset 2039:aa0910b07953 acme-tiny
use real servers instead of staging
| author | Violet7 |
|---|---|
| date | Sun, 09 Nov 2025 00:53:36 -0800 |
| parents | b4b3017ac28d |
| children | 389f30ed66ea |
| files | src/luan/host/https.luan |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/host/https.luan Sat Nov 08 04:53:29 2025 -0800 +++ b/src/luan/host/https.luan Sun Nov 09 00:53:36 2025 -0800 @@ -36,7 +36,7 @@ local changed = false -- use for testing, so as to not hit rate limits -- on the real letsencrypt servers - local dry_run = true + local dry_run = false local dry_run_dir_url = "https://acme-staging-v02.api.letsencrypt.org/directory" if is_https then -- https
