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