# HG changeset patch # User Luke Hoersten # Date 1722266660 18000 # Node ID 55fe664e0a05e67990ba196a8e104e5290e8535d # Parent f88bb54f63bdd50efd5909372fa0a27ed5469ace Fixed prosody cert installation hook. diff -r f88bb54f63bd -r 55fe664e0a05 prosody/files/prosody.sh --- a/prosody/files/prosody.sh Sun Jul 21 12:42:43 2024 -0500 +++ b/prosody/files/prosody.sh Mon Jul 29 10:24:20 2024 -0500 @@ -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