]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Switch to a DNS based certificate rather than an IP based certificate as the
authorBradley Nicholes <bnicholes@apache.org>
Wed, 23 Oct 2002 22:31:04 +0000 (22:31 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 23 Oct 2002 22:31:04 +0000 (22:31 +0000)
default.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97288 13f79535-47bb-0310-9956-ffa450edef68

build/mkconfNW.awk

index a55aa8dc4ef2a95a9038ca9ca0f99e39d9c88558..f9d4b33d84cdbaa55eef51d4164e134777f34300 100644 (file)
@@ -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\""
 }