From 65b6fd7ece7eca35163cf0edd69b28705bd309ed Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 9 Dec 2010 12:34:31 +0000 Subject: - also create a self signed certificate for catdap if no certificate exist --- modules/catdap/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/catdap') diff --git a/modules/catdap/manifests/init.pp b/modules/catdap/manifests/init.pp index d6c77003..e5b3c89a 100644 --- a/modules/catdap/manifests/init.pp +++ b/modules/catdap/manifests/init.pp @@ -39,4 +39,8 @@ class catdap { } apache::vhost_redirect_ssl { $catdap_vhost: } + + openssl::self_signed_cert{ "$catdap_vhost": + directory => "/etc/ssl/apache/" + } } -- cgit v1.2.1