From 353e6ad7ddcf6cff7a3eda584661d5177b842f4d Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 4 Nov 2010 15:21:24 +0000 Subject: [PATCH] Adds an example of how to set up SSL to the SSL howto. Seems like an obvious omission. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031028 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/ssl/ssl_howto.html.en | 21 ++++++++++++++++++++- docs/manual/ssl/ssl_howto.xml | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index 773f6fd991..ad15f9ed5d 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -37,12 +37,31 @@ step to find out the final solution, but always try to understand the stuff before you use it. Nothing is worse than using a security solution without knowing its restrictions and how it interacts with other systems.

-