change variable names
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /etc/letsencrypt/live/"$DOMAIN"
|
||||
cd /etc/letsencrypt/live/"$CERTBOT_DOMAIN"
|
||||
|
||||
if [ -f fullchain.pem -a -f privkey.pem ]; then
|
||||
cat fullchain.pem privkey.pem > /etc/certificates/site.pem
|
||||
|
||||
Reference in New Issue
Block a user