|
1 | | -# Copyright (C) Internet Systems Consortium, Inc. ("ISC") |
2 | | -# |
3 | | -# SPDX-License-Identifier: MPL-2.0 |
4 | | -# |
5 | | -# This Source Code Form is subject to the terms of the Mozilla Public |
6 | | -# License, v. 2.0. If a copy of the MPL was not distributed with this |
7 | | -# file, you can obtain one at https://mozilla.org/MPL/2.0/. |
8 | | -# |
9 | | -# See the COPYRIGHT file distributed with this work for additional |
10 | | -# information regarding copyright ownership. |
11 | | - |
12 | | -# The bind.keys file is used to override the built-in DNSSEC trust anchors |
13 | | -# which are included as part of BIND 9. The only trust anchors it contains |
14 | | -# are for the DNS root zone ("."). Trust anchors for any other zones MUST |
15 | | -# be configured elsewhere; if they are configured here, they will not be |
16 | | -# recognized or used by named. |
17 | | -# |
18 | | -# To use the built-in root key, set "dnssec-validation auto;" in the |
19 | | -# named.conf options, or else leave "dnssec-validation" unset. If |
20 | | -# "dnssec-validation" is set to "yes", then the keys in this file are |
21 | | -# ignored; keys will need to be explicitly configured in named.conf for |
22 | | -# validation to work. "auto" is the default setting, unless named is |
23 | | -# built with "configure --disable-auto-validation", in which case the |
24 | | -# default is "yes". |
25 | | -# |
26 | | -# This file is NOT expected to be user-configured. |
27 | | -# |
28 | | -# Servers being set up for the first time can use the contents of this file |
29 | | -# as initializing keys; thereafter, the keys in the managed key database |
30 | | -# will be trusted and maintained automatically. |
31 | | -# |
32 | | -# These keys are current as of Mar 2019. If any key fails to initialize |
33 | | -# correctly, it may have expired. In that event you should replace this |
34 | | -# file with a current version. The latest version of bind.keys can always |
35 | | -# be obtained from ISC at https://www.isc.org/bind-keys. |
36 | | -# |
37 | | -# See https://data.iana.org/root-anchors/root-anchors.xml for current trust |
38 | | -# anchor information for the root zone. |
39 | | - |
40 | 1 | trust-anchors { |
41 | 2 | # This key (20326) was published in the root zone in 2017. |
42 | 3 | . initial-key 257 3 8 "AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3 |
|
0 commit comments