|
@@ -5,7 +5,7 @@ set -e
|
|
|
for domain in $RENEWED_DOMAINS; do
|
|
|
case $domain in
|
|
|
DOMAIN_NAME_REPLACE)
|
|
|
- nginx_cert_root=/opt/flowdat/extra/nginx/certs
|
|
|
+ nginx_cert_root=/opt/flowdat/nginx/certs
|
|
|
|
|
|
# Make sure the certificate and private key files are
|
|
|
# never world readable, even just for an instant while
|