This diff modifies the default ssl_certificate and ssl_certificate_key
values in nginx.conf to match the ssl(8) man page.

ok?


Index: nginx.conf
===================================================================
RCS file: /cvs/src/usr.sbin/nginx/conf/nginx.conf,v
retrieving revision 1.3
diff -u -p -r1.3 nginx.conf
--- nginx.conf  15 Mar 2012 10:11:37 -0000      1.3
+++ nginx.conf  15 Jun 2012 04:15:10 -0000
@@ -100,8 +100,8 @@ http {
     #    server_name  localhost;
 
     #    ssl                  on;
-    #    ssl_certificate      cert.pem;
-    #    ssl_certificate_key  cert.key;
+    #    ssl_certificate      /etc/ssl/server.crt;
+    #    ssl_certificate_key  /etc/ssl/private/server.key;
 
     #    ssl_session_timeout  5m;

Reply via email to