diff --git a/nginx/sites-available/pralog.com.br.conf b/nginx/sites-available/pralog.com.br.conf index 56a14fb..a9dbfa2 100644 --- a/nginx/sites-available/pralog.com.br.conf +++ b/nginx/sites-available/pralog.com.br.conf @@ -60,8 +60,8 @@ server { # ----------------------------------------------------------------- # ATENÇÃO: Descomente e aponte para seus certificados quando estiverem prontos. # Por enquanto, use um certificado autoassinado para testes. - ssl_certificate /etc/ssl/certs/pralog_selfsigned.pem; - ssl_certificate_key /etc/ssl/private/pralog_selfsigned.key; + ssl_certificate /etc/letsencrypt/live/pralog.com.br/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/pralog.com.br/privkey.pem; ssl_protocols TLSv1.2 TLSv1.3; ssl_prefer_server_ciphers on; @@ -72,7 +72,7 @@ server { # NOTA: OCSP Stapling requer um certificado de uma CA confiável. Mantenha comentado com certificado autoassinado. ssl_stapling on; ssl_stapling_verify on; - #ssl_trusted_certificate /etc/letsencrypt/live/pralog.com.br/fullchain.pem; + ssl_trusted_certificate /etc/letsencrypt/live/pralog.com.br/fullchain.pem; # ----------------------------------------------------------------- # Headers de Segurança