Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 602
    • Issues 602
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Issues
  • #1611
Closed
Open
Issue created Feb 10, 2020 by Matthijs Mekking@matthijs🏡Developer5 of 5 checklist items completed5/5 checklist items

Detect insane dnssec-policies

named-checkconf should warn if a crazy policy is configured. This is a twofold piece of work:

  1. Determine what are crazy policies (multiple keys with same role and algorithm, very short key lifetime, ...).
  2. Implement the checks:

Keys:

  • Error if there is no KSK. Error if there is no ZSK. There should always be a set of keys that such that there is at least one key with the KSK role and one with the ZSK role. This may be the same key (CSK). #3142 (closed)
  • Warn if multiple keys with the same role and algorithm are configured.
  • Warn if key lifetimes are less than one month (30 days).

Signature timings:

  • Error if the signature refresh is larger than the signature validity.

Rollover timings:

  • Error if the lifetime of a key is shorter than the rollover process duration.
Edited May 31, 2022 by Matthijs Mekking
Assignee
Assign to
Time tracking