mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-25 11:58:19 +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
|
||||
dnssec-policy "namingo-policy" {
|
||||
keys {
|
||||
ksk lifetime P3M algorithm ed25519;
|
||||
zsk lifetime P1M algorithm ed25519;
|
||||
ksk lifetime P1Y algorithm ed25519;
|
||||
zsk lifetime P2M algorithm ed25519;
|
||||
};
|
||||
max-zone-ttl 86400;
|
||||
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:
|
||||
|
||||
```bash
|
||||
chown -R bind:bind /var/lib/bind
|
||||
systemctl restart bind9
|
||||
rndc loadkeys test.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue