From 7a33ceffb8d45665b2dc95ec89ca05b42cee65a8 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 6 Jun 2020 16:54:17 +0200 Subject: [PATCH] nginx/application: Removed configuring trusted certificate for OCSP Can be derived by given certificate for host --- roles/nginx/application/templates/ssl.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/nginx/application/templates/ssl.conf b/roles/nginx/application/templates/ssl.conf index 343d603..adbc7fa 100644 --- a/roles/nginx/application/templates/ssl.conf +++ b/roles/nginx/application/templates/ssl.conf @@ -7,4 +7,3 @@ ssl_session_tickets off; ssl_dhparam {{ dhparams_remote_path }}; ssl_stapling on; ssl_stapling_verify on; -ssl_trusted_certificate /etc/ssl/certs/ISRG_Root_X1.pem;