add DNSSEC keys options
This commit is contained in:
parent
4270cda46a
commit
51a3cd4dd7
@ -15,6 +15,7 @@ The repository is thought like this:
|
|||||||
├── named.conf.keys # have all TSIG keys and rndc config
|
├── named.conf.keys # have all TSIG keys and rndc config
|
||||||
├── named.conf.options # have all bind options
|
├── named.conf.options # have all bind options
|
||||||
├── named.conf.view # have all views options
|
├── named.conf.view # have all views options
|
||||||
|
├── keys # directory with all DNSSEC keys
|
||||||
├── views
|
├── views
|
||||||
│ ├── local.conf # have all zones options of the "local" view
|
│ ├── local.conf # have all zones options of the "local" view
|
||||||
│ └── public.conf # have all zones options of the "public" view
|
│ └── public.conf # have all zones options of the "public" view
|
||||||
@ -92,4 +93,4 @@ key "key-name" {
|
|||||||
algorithm hmac-sha256;
|
algorithm hmac-sha256;
|
||||||
secret "< YOUR BASE64 >";
|
secret "< YOUR BASE64 >";
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
0
keys/.gitkeep
Normal file
0
keys/.gitkeep
Normal file
@ -38,6 +38,7 @@ options {
|
|||||||
// fichier de zone.
|
// fichier de zone.
|
||||||
allow-transfer { none; };
|
allow-transfer { none; };
|
||||||
|
|
||||||
|
key-directory /etc/bind/keys ;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user