diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001090.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-December/001090.html | 91 |
1 files changed, 91 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [564] - also create a self signed certificate for catdap if no certificate + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B564%5D%20-%20also%20create%20a%20self%20signed%20certificate%20for%0A%09catdap%20if%20no%20certificate&In-Reply-To=%3C20101209123432.16E343FEBC%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="001089.html"> + <LINK REL="Next" HREF="001091.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [564] - also create a self signed certificate for catdap if no certificate</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B564%5D%20-%20also%20create%20a%20self%20signed%20certificate%20for%0A%09catdap%20if%20no%20certificate&In-Reply-To=%3C20101209123432.16E343FEBC%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [564] - also create a self signed certificate for catdap if no certificate">root at mageia.org + </A><BR> + <I>Thu Dec 9 13:34:32 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="001089.html">[Mageia-sysadm] [563] add epoll selfsigned certificate +</A></li> + <LI>Next message: <A HREF="001091.html">[Mageia-sysadm] [565] simplify the declaration +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1090">[ date ]</a> + <a href="thread.html#1090">[ thread ]</a> + <a href="subject.html#1090">[ subject ]</a> + <a href="author.html#1090">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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> +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001089.html">[Mageia-sysadm] [563] add epoll selfsigned certificate +</A></li> + <LI>Next message: <A HREF="001091.html">[Mageia-sysadm] [565] simplify the declaration +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1090">[ date ]</a> + <a href="thread.html#1090">[ thread ]</a> + <a href="subject.html#1090">[ subject ]</a> + <a href="author.html#1090">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |