When using newer versions of Bind the script dnssec.sh produces error:
This fatal error prevents the renewal of the domain which is a serious issue.
The solution is simple - just remove the "-r" which specifies the randomness source when calling the tool.
Code:
root@srv2:/usr/local/directadmin/scripts # ./dnssec.sh sign ...
Starting signing process for ...
dnssec-signzone: fatal: The -r options has been deprecated.
This fatal error prevents the renewal of the domain which is a serious issue.
The solution is simple - just remove the "-r" which specifies the randomness source when calling the tool.