Mercurial Hosting > luan
comparison host/test/test_renew_ssl.luan @ 2106:38d4b0a443ae ssltesting
minor
| author | Violet7 |
|---|---|
| date | Tue, 16 Dec 2025 18:42:17 -0800 |
| parents | ad0a9ef64827 |
| children | 5815f44197ee |
comparison
equal
deleted
inserted
replaced
| 2105:3dc3fc1aa563 | 2106:38d4b0a443ae |
|---|---|
| 7 local logger = Logging.logger "test_https" | 7 local logger = Logging.logger "test_https" |
| 8 | 8 |
| 9 | 9 |
| 10 local Https = require "classpath:luan/host/Https.luan" | 10 local Https = require "classpath:luan/host/Https.luan" |
| 11 | 11 |
| 12 local domain = "https.me.luan.software" | 12 local domain = "https.s3.luan.software" |
| 13 local site_dir = uri("file:local") | 13 local site_dir = uri("file:../sites/ssl1.s3.luan.software/") |
| 14 local luanhost_dir = uri("file:..") | 14 local luanhost_dir = uri("file:..") |
| 15 local dry_run = true | 15 local dry_run = true |
| 16 | 16 |
| 17 site_dir.exists() or error() | 17 site_dir.exists() or error() |
| 18 | 18 |
