Give bind::key the ability to generate keys
Also, allow them to be placed elsewhere in the filesystem and make it possible to exclude a key from the named configuration.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
key <%= @name %> {
|
||||
algorithm <%= @algorithm %>;
|
||||
secret "<%= @secret %>";
|
||||
secret "<%= @secret_actual %>";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user