User Tools

Site Tools


apps:powerdns:secure_axfr_with_tsig

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
apps:powerdns:secure_axfr_with_tsig [2020-09-29 11:16] – created Manuel Freiapps:powerdns:secure_axfr_with_tsig [2020-11-26 16:14] (current) 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. 
 +<code> 
 +pdnsutil import-tsig-key NAME ALGORITHM KEY  
 +</code> 
 + 
 +Example. 
 +<code> 
 +pdnsutil import-tsig-key foobar HMAC-SHA256 jS0fB3jI9eU1zW0sB1hQ2mK4jI8fR2dCgG4xB7mS4oG0uE5zN5oG5aS2vE7sT2dS 
 +</code>
  
 ===== Configure Master Zone ===== ===== Configure Master Zone =====
  
 +Syntax.
 +<code>
 +pdnsutil activate-tsig-key ZONE NAME {master|slave}
 +</code>
 +
 +Example.
 <code> <code>
 pdnsutil activate-tsig-key example.com foobar master pdnsutil activate-tsig-key example.com foobar master
apps/powerdns/secure_axfr_with_tsig.1601371011.txt.gz · Last modified: 2020-09-29 11:16 by Manuel Frei