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

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:powerdns:secure_axfr_with_tsig [2020-11-26 16:09] Manuel Freiapps: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. 
 +<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 =====
Line 7: Line 17:
 Syntax. Syntax.
 <code> <code>
-pdnsutil activate-tsig-key ZONE NAME {master|slave}+pdnsutil activate-tsig-key ZONE NAME {primary|secondary}
 </code> </code>
  
 Example. Example.
 <code> <code>
-pdnsutil activate-tsig-key example.com foobar master+pdnsutil activate-tsig-key example.com foobar primary
 </code> </code>
  
Line 20: Line 30:
  
 <code> <code>
-pdnsutil activate-tsig-key example.com foobar slave+pdnsutil activate-tsig-key example.com foobar secondary
 </code> </code>
apps/powerdns/secure_axfr_with_tsig.1606403394.txt.gz · Last modified: 2020-11-26 16:09 by Manuel Frei