1 #ifndef BIND_KEYS_H
2 #define BIND_KEYS_H 1
3 #define TRUST_ANCHORS \
4 	"\
5 # The bind.keys file is used to override the built-in DNSSEC trust anchors\n\
6 # which are included as part of BIND 9.  The only trust anchors it contains\n\
7 # are for the DNS root zone (\".\").  Trust anchors for any other zones MUST\n\
8 # be configured elsewhere; if they are configured here, they will not be\n\
9 # recognized or used by named.\n\
10 #\n\
11 # To use the built-in root key, set \"dnssec-validation auto;\" in the\n\
12 # named.conf options, or else leave \"dnssec-validation\" unset.  If\n\
13 # \"dnssec-validation\" is set to \"yes\", then the keys in this file are\n\
14 # ignored; keys will need to be explicitly configured in named.conf for\n\
15 # validation to work.  \"auto\" is the default setting, unless named is\n\
16 # built with \"configure --disable-auto-validation\", in which case the\n\
17 # default is \"yes\".\n\
18 #\n\
19 # This file is NOT expected to be user-configured.\n\
20 #\n\
21 # Servers being set up for the first time can use the contents of this file\n\
22 # as initializing keys; thereafter, the keys in the managed key database\n\
23 # will be trusted and maintained automatically.\n\
24 #\n\
25 # These keys are current as of Mar 2019.  If any key fails to initialize\n\
26 # correctly, it may have expired.  In that event you should replace this\n\
27 # file with a current version.  The latest version of bind.keys can always\n\
28 # be obtained from ISC at https://www.isc.org/bind-keys.\n\
29 #\n\
30 # See https://data.iana.org/root-anchors/root-anchors.xml for current trust\n\
31 # anchor information for the root zone.\n\
32 \n\
33 trust-anchors {\n\
34         # This key (20326) was published in the root zone in 2017.\n\
35         . initial-key 257 3 8 \"AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3\n\
36                 +/4RgWOq7HrxRixHlFlExOLAJr5emLvN7SWXgnLh4+B5xQlNVz8Og8kv\n\
37                 ArMtNROxVQuCaSnIDdD5LKyWbRd2n9WGe2R8PzgCmr3EgVLrjyBxWezF\n\
38                 0jLHwVN8efS3rCj/EWgvIWgb9tarpVUDK/b58Da+sqqls3eNbuv7pr+e\n\
39                 oZG+SrDK6nWeL3c6H5Apxz7LjVc1uTIdsIXxuOLYA4/ilBmSVIzuDWfd\n\
40                 RUfhHdY6+cn8HFRm+2hM8AnXGXws9555KrUB5qihylGa8subX2Nn6UwN\n\
41                 R1AkUTV74bU=\";\n\
42 };\n\
43 "
44 #endif /* BIND_KEYS_H */
45