system-config/modules/openstack_project/templates/nameserver/bind.key.erb
James E. Blair 4ccf277850 Add an authoritative hidden master
This runs bind as a hidden master nameserver so we can do all the
keysigning there, and then use nsd (or bind) as public authoritative
slaves.

Change-Id: Ifb2ad109103051fa13c4af1c7be1ca0ae98bb1a1
2017-12-19 08:57:33 -08:00

5 lines
100 B
Plaintext

key "<%= @name %>" {
algorithm <%= @key['algorithm'] %>;
secret "<%= @key['secret'] %>";
};