"bin/tests/system/nsupdate/CA/index.txt.attr",
"bin/tests/system/nsupdate/CA/serial",
"bin/tests/system/nsupdate/commandlist",
- "bin/tests/system/nsupdate/verylarge.in",
+ "bin/tests/system/nsupdate/verylarge.j2",
"bin/tests/system/org.isc.bind.system.plist",
"bin/tests/system/pipelined/input",
"bin/tests/system/pipelined/inputb",
* information regarding copyright ownership.
*/
+{% if FEATURE_FIPS_DH == "1" %}
include "tls.conf";
+{% endif %}
options {
query-source address 10.53.0.1;
minimal-responses no;
update-quota 1;
dnssec-validation no;
- include "tls.options";
+
+{% if FEATURE_FIPS_DH == "1" %}
+ tls-port @TLSPORT@;
+ listen-on tls ephemeral { 10.53.0.1; };
+ listen-on port @EXTRAPORT1@ tls tls-forward-secrecy { 10.53.0.1; };
+ listen-on port @EXTRAPORT2@ tls tls-forward-secrecy-mutual-tls { 10.53.0.1; };
+ listen-on port @EXTRAPORT3@ tls tls-expired { 10.53.0.1; };
+{% endif %}
+
};
acl named-acl {
+++ /dev/null
-/*
- * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
- *
- * SPDX-License-Identifier: MPL-2.0
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, you can obtain one at https://mozilla.org/MPL/2.0/.
- *
- * See the COPYRIGHT file distributed with this work for additional
- * information regarding copyright ownership.
- */
-
-tls-port @TLSPORT@;
-listen-on tls ephemeral { 10.53.0.1; };
-listen-on port @EXTRAPORT1@ tls tls-forward-secrecy { 10.53.0.1; };
-listen-on port @EXTRAPORT2@ tls tls-forward-secrecy-mutual-tls { 10.53.0.1; };
-listen-on port @EXTRAPORT3@ tls tls-expired { 10.53.0.1; };
. ../conf.sh
-if $FEATURETEST --have-fips-dh; then
- copy_setports ns1/tls.conf.in ns1/tls.conf
- copy_setports ns1/tls.options.in ns1/tls.options
-else
- : >ns1/tls.conf
- : >ns1/tls.options
-fi
-copy_setports ns1/named.conf.in ns1/named.conf
-copy_setports ns2/named.conf.in ns2/named.conf
-copy_setports ns3/named.conf.in ns3/named.conf
-copy_setports ns5/named.conf.in ns5/named.conf
-copy_setports ns6/named.conf.in ns6/named.conf
-copy_setports ns7/named1.conf.in ns7/named.conf
-copy_setports ns8/named.conf.in ns8/named.conf
-copy_setports ns9/named.conf.in ns9/named.conf
-copy_setports ns10/named.conf.in ns10/named.conf
-
-copy_setports verylarge.in verylarge
-
cp -f ns1/example1.db ns1/example.db
sed 's/example.nil/other.nil/g' ns1/example1.db >ns1/other.db
sed 's/example.nil/unixtime.nil/g' ns1/example1.db >ns1/unixtime.db
status=1
}
- copy_setports ns7/named2.conf.in ns7/named.conf
+ cp ns7/named2.conf ns7/named.conf
rndc_reload ns7 10.53.0.7
n=$((n + 1))