Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 928 Bytes

bind_key.md

File metadata and controls

28 lines (20 loc) · 928 Bytes

bind_key

Back to resource list

This resource adds a shared secret key (for either TSIG or the command channel) to the configuration.

Actions

Action Description
:create Creates a shared secret key

Properties

Name Type Default Description
algorithm String The algorithm that the secret key was generated from
bind_config String default Name of the bind_config resource to notify actions on
secret String The secret key

Examples

bind_key 'dns-update-key' do
  algorithm 'hmac-sha256'
  secret 'this_is_the_secret_key'
end