From: Bradley Nicholes Date: Wed, 23 Oct 2002 22:31:04 +0000 (+0000) Subject: Switch to a DNS based certificate rather than an IP based certificate as the X-Git-Tag: 2.0.44~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaedb6f0b47ccb13c31698d0dcb925961460c561;p=thirdparty%2Fapache%2Fhttpd.git Switch to a DNS based certificate rather than an IP based certificate as the default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97288 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index a55aa8dc4ef..f9d4b33d84c 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -85,5 +85,5 @@ END { print "# Change this to SecureListen on specific IP addresses as shown below to " print "# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)" print "#" - print "#SecureListen 443 \"SSL CertificateIP\"" + print "#SecureListen 443 \"SSL CertificateDNS\"" }