mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-26 04:18:29 +02:00
Update configuration.md
This commit is contained in:
parent
5a510af452
commit
e23acc591d
1 changed files with 3 additions and 2 deletions
|
@ -295,8 +295,8 @@ Add the following DNSSEC policy:
|
||||||
```bash
|
```bash
|
||||||
dnssec-policy "namingo-policy" {
|
dnssec-policy "namingo-policy" {
|
||||||
keys {
|
keys {
|
||||||
ksk lifetime P3M algorithm ed25519;
|
ksk lifetime P1Y algorithm ed25519;
|
||||||
zsk lifetime P1M algorithm ed25519;
|
zsk lifetime P2M algorithm ed25519;
|
||||||
};
|
};
|
||||||
max-zone-ttl 86400;
|
max-zone-ttl 86400;
|
||||||
dnskey-ttl 3600;
|
dnskey-ttl 3600;
|
||||||
|
@ -334,6 +334,7 @@ After generating the keys, place them in ```/var/lib/bind```. Run ```dnssec-dsfr
|
||||||
Use rndc to tell BIND to load and use the new keys:
|
Use rndc to tell BIND to load and use the new keys:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
chown -R bind:bind /var/lib/bind
|
||||||
systemctl restart bind9
|
systemctl restart bind9
|
||||||
rndc loadkeys test.
|
rndc loadkeys test.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue