The /etc/bind
folder is getting crowded when you have a lot of zones. It creates 7 files for each zone.
Kexample.com.+013+57948.key
Kexample.com.+013+57948.private
Kexample.com.+013+61623.key
Kexample.com.+013+61623.private
example.com
example.com.signed
dsset-example.com.
I'd like to move the key files to a separate dir, adding the bind_keyfiles_dir
would make that possible. This patch preserves the current default of by setting the same default as bind_zonefiles_dir
.
I'd also like to convert zone_file_prefix() and slave_zone_file_prefix() to config options but I'll do that in a separate MR.
TODO:
-
translation files