Fix symlinks.
This commit is contained in:
@@ -41,8 +41,8 @@ touch /var/log/prosody/prosody.log /var/log/prosody/prosody.err 2>/dev/null || t
|
||||
# Copy Let's Encrypt certificate to prosody certs directory if available
|
||||
CERT_PATH="/etc/prosody/certs/xmpp.guschin.info.crt"
|
||||
KEY_PATH="/etc/prosody/certs/xmpp.guschin.info.key"
|
||||
LETSENCRYPT_CERT="/etc/prosody/certs/letsencrypt/fullchain.pem"
|
||||
LETSENCRYPT_KEY="/etc/prosody/certs/letsencrypt/privkey.pem"
|
||||
LETSENCRYPT_CERT="/etc/prosody/certs/letsencrypt/live/xmpp.guschin.info/fullchain.pem"
|
||||
LETSENCRYPT_KEY="/etc/prosody/certs/letsencrypt/live/xmpp.guschin.info/privkey.pem"
|
||||
|
||||
if [ -f "$LETSENCRYPT_CERT" ] && [ -f "$LETSENCRYPT_KEY" ]; then
|
||||
echo "Setting up Let's Encrypt certificate..."
|
||||
|
||||
Reference in New Issue
Block a user