Skip to content

Add bind_keyfiles_dir config option

Helmo requested to merge helmo/ispconfig3:patch-bind-keyfiles-dir into develop

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
Edited by Helmo

Merge request reports