We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3582274 commit 86675a2Copy full SHA for 86675a2
src/backend/shell_scripts/automate.sh
@@ -32,8 +32,8 @@ if [ "$arg1" = "-u" ]; then
32
}
33
charset utf-8;
34
client_max_body_size 20M;
35
- ssl_certificate $FULLCHAIN_LOCATION;
36
- ssl_certificate_key $PRIVKEY_LOCATION;
+ ssl_certificate /etc/letsencrypt/live/domains.mdgspace.org-0002/fullchain.pem;
+ ssl_certificate_key /etc/letsencrypt/live/domains.mdgspace.org-0002/privkey.pem;
37
include /etc/letsencrypt/options-ssl-nginx.conf;
38
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
39
}" > /etc/nginx/sites-available/$arg3.conf;
0 commit comments