From e402ed8b64211f287b88fe8f13962a62b629b7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ba=CC=81lint=20Szekeres?= Date: Mon, 25 Nov 2019 08:49:26 +0100 Subject: [PATCH] missing uncomment ssl related directives in certbot --- public/partials/commands-do.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/partials/commands-do.html b/public/partials/commands-do.html index 2512515..41c853d 100644 --- a/public/partials/commands-do.html +++ b/public/partials/commands-do.html @@ -75,6 +75,10 @@ -->--agree-tos --force-renewal +
  • + Uncomment SSL related directives in configuration:
    + sed -i -r 's/#?;#//g' {{ data.directory_nginx }}nginx.conf{{ data.directory_nginx }}sites-{{ isSymlink() ? 'available' : 'enabled' }}/{{ _domain }}.conf +
  • Reload NGINX:
    sudo nginx -t && sudo systemctl reload nginx