apps:powerdns:secure_axfr_with_tsig
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
apps:powerdns:secure_axfr_with_tsig [2020-09-29 11:16] – created 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 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 ===== | ||
+ | Syntax. | ||
+ | < | ||
+ | pdnsutil activate-tsig-key ZONE NAME {primary|secondary} | ||
+ | </ | ||
+ | |||
+ | Example. | ||
< | < | ||
- | pdnsutil activate-tsig-key example.com foobar | + | pdnsutil activate-tsig-key example.com foobar |
</ | </ | ||
Line 14: | Line 30: | ||
< | < | ||
- | pdnsutil activate-tsig-key example.com foobar | + | pdnsutil activate-tsig-key example.com foobar |
</ | </ |
apps/powerdns/secure_axfr_with_tsig.1601371011.txt.gz · Last modified: 2020-09-29 11:16 by Manuel Frei