Mercurial Hosting > luan
diff host/test/test_https.luan @ 2060:546daa22aa39 acme-tiny
https - check IP of domain
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 13 Nov 2025 14:22:30 -0700 |
| parents | e22d4489aa7c |
| children |
line wrap: on
line diff
--- a/host/test/test_https.luan Thu Nov 13 00:13:16 2025 -0700 +++ b/host/test/test_https.luan Thu Nov 13 14:22:30 2025 -0700 @@ -14,7 +14,7 @@ local domain = "https.s3.luan.software" local site_dir = uri("file:local") local luanhost_dir = uri("file:..") -local dry_run = nil -- don't call acme_tiny +local dry_run = true site_dir.mkdir()
