bundlewrap/bundles/bind/files/keys.conf

7 lines
126 B
Plaintext
Raw Normal View History

2020-06-05 15:05:14 +00:00
% for key in keys:
key ${key['name']} {
algorithm ${key['algorithm']};
secret "${key['secret']}";
};
% endfor