Skip to content

dns: NSEC3 - the salt value for an NSEC3 record should be empty #8

Description

@maurerle

@Djfe did find the following: https://dnsviz.net/d/freifunk-aachen.de/dnssec/

Image

In named.conf.local scheint man bspw folgende Zeile:
nsec3param iterations 1 optout false salt-length 16;
durch folgende ersetzen zu müssen..?
nsec3param iterations 0 optout no salt-length 0;

Und rndc scheint noch hinweise zu haben:
rndc signing -nsec3param 1 0 0 - ${zone}.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions