We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3283d6c commit ac783ddCopy full SHA for ac783dd
certbot_entrypoint.sh
@@ -9,7 +9,7 @@ if [ ! -f /etc/letsencrypt/live/$domain/combined.pem ]; then
9
echo "Failed to obtain certificates, exiting..."
10
exit 1
11
fi
12
- cat /etc/letsencrypt/live/$domain/fullchain.pem /etc/letsencrypt/live/$domain/privkey.pem > /etc/letsencrypt/live/yourdomain.com/combined.pem
+ cat /etc/letsencrypt/live/$domain/fullchain.pem /etc/letsencrypt/live/$domain/privkey.pem > /etc/letsencrypt/live/$domain/combined.pem
13
14
15
# Start HAProxy
0 commit comments