2021-06-03 02:37:05 -04:00
|
|
|
/*
|
|
|
|
|
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
*
|
2020-02-06 09:41:47 -05:00
|
|
|
* 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
|
2021-06-03 02:37:05 -04:00
|
|
|
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
|
*
|
2020-02-06 09:41:47 -05:00
|
|
|
* See the COPYRIGHT file distributed with this work for additional
|
2021-06-03 02:37:05 -04:00
|
|
|
* information regarding copyright ownership.
|
|
|
|
|
*/
|
|
|
|
|
|
2019-12-05 04:47:20 -05:00
|
|
|
dnssec-policy "default" {
|
|
|
|
|
// Keys
|
2024-03-22 06:48:53 -04:00
|
|
|
offline-ksk no;
|
2019-12-05 04:47:20 -05:00
|
|
|
keys {
|
2020-02-06 09:41:47 -05:00
|
|
|
csk key-directory lifetime unlimited algorithm 13;
|
2019-12-05 04:47:20 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
// Key timings
|
2023-05-11 08:11:45 -04:00
|
|
|
cdnskey yes;
|
2023-02-10 09:18:36 -05:00
|
|
|
cds-digest-types { 2; };
|
2019-12-05 04:47:20 -05:00
|
|
|
dnskey-ttl 3600;
|
|
|
|
|
publish-safety 1h;
|
|
|
|
|
retire-safety 1h;
|
2021-02-08 06:02:19 -05:00
|
|
|
purge-keys P90D;
|
2019-12-05 04:47:20 -05:00
|
|
|
|
|
|
|
|
// Signature timings
|
2024-01-31 10:52:32 -05:00
|
|
|
signatures-jitter 12h;
|
2019-12-05 04:47:20 -05:00
|
|
|
signatures-refresh 5d;
|
|
|
|
|
signatures-validity 14d;
|
|
|
|
|
signatures-validity-dnskey 14d;
|
2020-02-08 02:41:18 -05:00
|
|
|
|
2019-12-05 04:47:20 -05:00
|
|
|
// Zone parameters
|
2023-04-03 11:00:36 -04:00
|
|
|
inline-signing yes;
|
2020-02-06 01:09:48 -05:00
|
|
|
max-zone-ttl 86400;
|
2019-12-05 04:47:20 -05:00
|
|
|
zone-propagation-delay 300;
|
|
|
|
|
|
|
|
|
|
// Parent parameters
|
|
|
|
|
parent-ds-ttl 86400;
|
|
|
|
|
parent-propagation-delay 1h;
|
|
|
|
|
};
|