| | |
| | | -------------------------------------- |
| | | |
| | | - Add a function to let a server join a existing installation. |
| | | - Change named.options.conf and add follwoing lines into options-brackets for DNSSEC-Implementation: |
| | | dnssec-enable yes; |
| | | dnssec-validation yes; |
| | | dnssec-lookaside auto; |
| | | - Add Package haveged to requirements as it raises available entropy by more than 1500 which is very needed for DNSSEC Key-generation |
| | | - Add Package haveged to requirements (at least if entropy is low) as it raises available entropy significantly which is very needed for DNSSEC Key-generation |
| | | If it is not installed and entropy is low generating dnssec-keys lasts minutes (and would time out the server thus is not done) and new signing keys are not generated. |
| | | If there are no keys the zones can not be signed and will only be availableas a unsigned copy. |
| | | |
| | | Uninstaller |
| | | -------------------------------------- |