Keys
TSIG (Transfer Signature) keys limit what hosts are allowed to synchronize zone files from the primary server. This page displays the keys currently used by DNS Server.
To create a new key:
- Click Create.
- Select Create key.
- Enter a key name and select an algorithm. DNS Server supports HMAC-MD5 and HMAC-SHA512 keys.
- Click OK to save and create the key.
To export a key:
Keys can be exported to the local computer.
- Select the key that you want to export.
- Click Export key.
To import a key:
Keys can be imported from the local computer and added to the list of usable keys.
- Click Create.
- Select Import key.
- Choose a key file on the local computer and click OK.
To delete a key:
- Select the key you want to delete.
- Click Delete.
Key Naming Rules:
Key names can include 63 Unicode characters, including letters, numbers, and the following symbols: dashes (-), underscores (_), and dots (.). The name "rndc-key" is reserved for system use.
Key File Format Rules:
Key files must adhere to the following rules:
- Implement the key statement format of Bind9.
- Have a name according to the rules stated above.
- Use HMAC-MD5 or HMAC-SHA512 encryption algorithms.