comparison 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
comparison
equal deleted inserted replaced
2059:e22d4489aa7c 2060:546daa22aa39
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 = nil -- don't call acme_tiny 17 local dry_run = true
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)