summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-10-23 22:31:04 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-10-23 22:31:04 +0000
commiteaedb6f0b47ccb13c31698d0dcb925961460c561 (patch)
treeb10ddbe40d7254567edbae3a5379cbfe2746e839 /build
parent8ecc269ba9d727e339e2e9124a3aa909077aafa4 (diff)
downloadhttpd-eaedb6f0b47ccb13c31698d0dcb925961460c561.tar.gz
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
Diffstat (limited to 'build')
-rw-r--r--build/mkconfNW.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk
index a55aa8dc4e..f9d4b33d84 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\""
}