diff options
| author | Luke Hoersten <[email protected]> | 2024-07-29 10:24:20 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2024-07-29 10:24:20 -0500 |
| commit | 1eca8fa42311b1723d711b385e951831e110d7f1 (patch) | |
| tree | f92ecfbbcfe657cba970579bd84262c35f8ee179 /prosody/files | |
| parent | c3cdd9cdf0c8a51c2cce2d13dc95633649a0e62d (diff) | |
Fixed prosody cert installation hook.
Diffstat (limited to 'prosody/files')
| -rw-r--r-- | prosody/files/prosody.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody/files/prosody.sh b/prosody/files/prosody.sh index 576e30b..1423b0c 100644 --- a/prosody/files/prosody.sh +++ b/prosody/files/prosody.sh @@ -1,3 +1,3 @@ #! /bin/bash -prosodyctl --root cert import nth.io /etc/letsencrypt/live +prosodyctl --root cert import nth.io /etc/letsencrypt/live/nth.io-0001/cert.pem |
