apps:powerdns:secure_axfr_with_tsig
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
apps:powerdns:secure_axfr_with_tsig [2020-11-26 16:09] – Manuel Frei | apps:powerdns:secure_axfr_with_tsig [2025-03-13 12:17] (current) – replace master/slave with primary/secondary Manuel Frei | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Secure AXFR with TSIG ====== | ====== Secure AXFR with TSIG ====== | ||
- | In this examples, the key file named foobar is expected to exist. | + | ===== Import TSIG Key ==== |
+ | |||
+ | Syntax. | ||
+ | < | ||
+ | pdnsutil import-tsig-key NAME ALGORITHM KEY | ||
+ | </ | ||
+ | |||
+ | Example. | ||
+ | < | ||
+ | pdnsutil import-tsig-key foobar HMAC-SHA256 jS0fB3jI9eU1zW0sB1hQ2mK4jI8fR2dCgG4xB7mS4oG0uE5zN5oG5aS2vE7sT2dS | ||
+ | </ | ||
===== Configure Master Zone ===== | ===== Configure Master Zone ===== | ||
Line 7: | Line 17: | ||
Syntax. | Syntax. | ||
< | < | ||
- | pdnsutil activate-tsig-key ZONE NAME {master|slave} | + | pdnsutil activate-tsig-key ZONE NAME {primary|secondary} |
</ | </ | ||
Example. | Example. | ||
< | < | ||
- | pdnsutil activate-tsig-key example.com foobar | + | pdnsutil activate-tsig-key example.com foobar |
</ | </ | ||
Line 20: | Line 30: | ||
< | < | ||
- | pdnsutil activate-tsig-key example.com foobar | + | pdnsutil activate-tsig-key example.com foobar |
</ | </ |
apps/powerdns/secure_axfr_with_tsig.1606403394.txt.gz · Last modified: 2020-11-26 16:09 by Manuel Frei