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-December/001090.html | 91 +++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-December/001090.html (limited to 'zarb-ml/mageia-sysadm/2010-December/001090.html') diff --git a/zarb-ml/mageia-sysadm/2010-December/001090.html b/zarb-ml/mageia-sysadm/2010-December/001090.html new file mode 100644 index 000000000..a37d456e0 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-December/001090.html @@ -0,0 +1,91 @@ + + + + [Mageia-sysadm] [564] - also create a self signed certificate for catdap if no certificate + + + + + + + + + +

[Mageia-sysadm] [564] - also create a self signed certificate for catdap if no certificate

+ root at mageia.org + root at mageia.org +
+ Thu Dec 9 13:34:32 CET 2010 +

+
+ +
Revision: 564
+Author:   misc
+Date:     2010-12-09 13:34:31 +0100 (Thu, 09 Dec 2010)
+Log Message:
+-----------
+- also create a self signed certificate for catdap if no certificate
+  exist
+
+Modified Paths:
+--------------
+    puppet/modules/catdap/manifests/init.pp
+
+Modified: puppet/modules/catdap/manifests/init.pp
+===================================================================
+--- puppet/modules/catdap/manifests/init.pp	2010-12-09 12:34:30 UTC (rev 563)
++++ puppet/modules/catdap/manifests/init.pp	2010-12-09 12:34:31 UTC (rev 564)
+@@ -39,4 +39,8 @@
+     }
+ 
+     apache::vhost_redirect_ssl { $catdap_vhost: }
++
++    openssl::self_signed_cert{ "$catdap_vhost":
++        directory => "/etc/ssl/apache/"
++    }
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101209/cbfa4e71/attachment-0001.html>
+
+ + + + + + + + + + +
+

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