Mercurial Hosting > luan
changeset 2081:7980c6707150 ssltesting
minor
| author | Violet7 |
|---|---|
| date | Tue, 09 Dec 2025 17:41:26 -0800 |
| parents | d7de1f976c1d |
| children | cdc9a31c6f71 |
| 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 Tue Dec 09 17:33:51 2025 -0800 +++ b/src/luan/host/https.luan Tue Dec 09 17:41:26 2025 -0800 @@ -31,7 +31,7 @@ local key_file = ssl_files_dir.child(domain..".key") local csr_file = ssl_files_dir.child(domain..".csr") local tmp_cert_out = ssl_files_dir.child(domain..".crt.tmp") - local local_cer_file = site_dir.child("fullchain.cer") + local local_cer_file = ssl_files_dir.child("fullchain.cer") -- luan/host local luanhost_file = "file:"..luanhost_dir.to_string().."/" local luanhost_dir_str = luanhost_dir.canonical().to_string()
