diff options
| author | Luke Hoersten <[email protected]> | 2025-05-29 21:34:48 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2025-05-29 21:34:48 -0500 |
| commit | aa78f093b6d298df46b2b39c62f6bec953bea248 (patch) | |
| tree | c4709a055a425c95c0c6da16c2b5ff11e7c20584 /prosody/templates/prosody.sh.j2 | |
| parent | a6f6bf556cf28894ac21d41396397acbbda524d7 (diff) | |
More cert fixes.
Diffstat (limited to 'prosody/templates/prosody.sh.j2')
| -rw-r--r-- | prosody/templates/prosody.sh.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody/templates/prosody.sh.j2 b/prosody/templates/prosody.sh.j2 index 8bb7b96..defe301 100644 --- a/prosody/templates/prosody.sh.j2 +++ b/prosody/templates/prosody.sh.j2 @@ -1,3 +1,3 @@ #! /bin/bash -prosodyctl --root cert import {{prosody_vhost}} /etc/letsencrypt/live/{{prosody_vhost}}/fullchain.pem +prosodyctl --root cert import {{prosody_vhost}} /etc/letsencrypt/live/{{prosody_vhost}}/ |
