Mercurial Hosting > luan
comparison host/test/test_https.luan @ 2059:e22d4489aa7c acme-tiny
dont call acme_tiny in local test
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 13 Nov 2025 00:13:16 -0700 |
| parents | 634a44d10c96 |
| children | 546daa22aa39 |
comparison
equal
deleted
inserted
replaced
| 2058:1b0c38e26c94 | 2059:e22d4489aa7c |
|---|---|
| 12 | 12 |
| 13 local is_https = true | 13 local is_https = true |
| 14 local domain = "https.s3.luan.software" | 14 local domain = "https.s3.luan.software" |
| 15 local site_dir = uri("file:local") | 15 local site_dir = uri("file:local") |
| 16 local luanhost_dir = uri("file:..") | 16 local luanhost_dir = uri("file:..") |
| 17 local dry_run = true | 17 local dry_run = nil -- don't call acme_tiny |
| 18 | 18 |
| 19 site_dir.mkdir() | 19 site_dir.mkdir() |
| 20 | 20 |
| 21 Hosted.do_set_https(is_https,domain,site_dir,luanhost_dir,dry_run) | 21 Hosted.do_set_https(is_https,domain,site_dir,luanhost_dir,dry_run) |
