From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000388.html | 110 ++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000388.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000388.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000388.html b/zarb-ml/mageia-sysadm/2010-November/000388.html new file mode 100644 index 000000000..67edef406 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000388.html @@ -0,0 +1,110 @@ + + + + [Mageia-sysadm] [196] - add logic for using ssl certificate ( no SNI for the moment, but should be done later ) + + + + + + + + + +

[Mageia-sysadm] [196] - add logic for using ssl certificate ( no SNI for the moment, but should be done later )

+ Buchan Milne + bgmilne at multilinks.com +
+ Mon Nov 8 10:25:16 CET 2010 +

+
+ +
On Monday, 8 November 2010 01:37:59 root at mageia.org wrote:
+> Revision: 196
+> Author:   misc
+> Date:     2010-11-08 01:37:59 +0100 (Mon, 08 Nov 2010)
+> Log Message:
+> -----------
+> - add logic for using ssl certificate ( no SNI for the moment, but should
+> be done later )
+> 
+> Modified Paths:
+> --------------
+>     puppet/modules/apache/templates/vhost_catalyst_app.conf
+> 
+> Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf
+> ===================================================================
+> --- puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-08
+> 00:21:42 UTC (rev 195) +++
+> puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-08
+> 00:37:59 UTC (rev 196) @@ -1,4 +1,17 @@
+> -<VirtualHost *:80>
+> +<% if use_ssl then
+> +    port = 443
+> +else
+> +    port = 80
+> +end
+> +%>
+> +
+> +<VirtualHost *:<%= port %>>
+> +<% if use_ssl then %>
+> +        SSLEngine on
+> +        #TODO deploy SNI later
+> +        SSLCertificateFile /etc/ssl/apache/apache.pem
+> +        SSLCertificateKeyFile /etc/ssl/apache/apache.pem
+
+These paths should possible also use macro names, as at present 
+identity.magiea.org has a certificate for alamut.mageia.org. While the cert is 
+currently self-signed, we should try and limit those certificate validation 
+problems that we can limit without too much effort.
+
+> +<% end %>
+>          ServerName <%= name %>
+>          # Serve static content directly
+>          DocumentRoot  /dev/null
+
+
+Regards,
+Buchan
+
+ + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1