change variable names

This commit is contained in:
2025-08-13 13:54:43 +03:00
parent 5e98593f0a
commit aa341c0d62
4 changed files with 9 additions and 9 deletions

View File

@@ -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