Mercurial Hosting > luan
changeset 2058:1b0c38e26c94 acme-tiny
minor fix
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Wed, 12 Nov 2025 23:42:12 -0700 |
| parents | 634a44d10c96 |
| children | e22d4489aa7c |
| 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 Wed Nov 12 23:18:04 2025 -0700 +++ b/src/luan/host/https.luan Wed Nov 12 23:42:12 2025 -0700 @@ -94,7 +94,7 @@ -- Finally, get our cert signed by letsencrypt. local cmd = [[ - ]]..luanhost_dir_str..[[/acme_tiny --account-key ./local/tiny_account.key \ + ]]..luanhost_dir_str..[[/acme_tiny --account-key ]]..luanhost_dir_str..[[/local/tiny_account.key \ --csr ]]..csr_file_str..[[ \ --acme-dir ]]..acme_challenges..[[ \ ]]
