[packages/nginx] suggest better ca filename

glen glen at pld-linux.org
Sat Apr 16 02:21:17 CEST 2016


commit ac931e4f29707232a776b3719c951880d534fa84
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Apr 16 03:21:10 2016 +0300

    suggest better ca filename

 nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx.conf b/nginx.conf
index 19abb88..25a6809 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -48,7 +48,7 @@ http {
 		#ssl_stapling_verify on;
 
 		# verify chain of trust of OCSP response using Root CA and Intermediate certs
-		#ssl_trusted_certificate /path/to/root_CA_cert_plus_intermediates;
+		#ssl_trusted_certificate /etc/nginx/ca.crt;
 
 		server_name	localhost;
 		access_log	/var/log/nginx/nginx- at type@_access.log main;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/ac931e4f29707232a776b3719c951880d534fa84



More information about the pld-cvs-commit mailing list