[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