mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 16:18:03 -04:00
[rt43670] more emphatic warning
This commit is contained in:
parent
303f4e8b5d
commit
b032182b8a
1 changed files with 2 additions and 1 deletions
|
|
@ -3400,7 +3400,8 @@ check_viewconf(const cfg_obj_t *config, const cfg_obj_t *voptions,
|
|||
if ((tflags & ROOT_KSK_2010) != 0 && (tflags & ROOT_KSK_2017) == 0) {
|
||||
cfg_obj_log(keys, logctx, ISC_LOG_WARNING,
|
||||
"trusted-key for root from 2010 without updated "
|
||||
"trusted-key from 2017");
|
||||
"trusted-key from 2017: THIS WILL FAIL AFTER "
|
||||
"KEY ROLLOVER");
|
||||
}
|
||||
|
||||
if ((tflags & DLV_KSK_KEY) != 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue