diff options
Diffstat (limited to 'prosody/templates/prosody.sh.j2')
| -rw-r--r-- | prosody/templates/prosody.sh.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prosody/templates/prosody.sh.j2 b/prosody/templates/prosody.sh.j2 new file mode 100644 index 0000000..8bb7b96 --- /dev/null +++ b/prosody/templates/prosody.sh.j2 @@ -0,0 +1,3 @@ +#! /bin/bash + +prosodyctl --root cert import {{prosody_vhost}} /etc/letsencrypt/live/{{prosody_vhost}}/fullchain.pem |
