Please fix dnssec.sh - deprecated -r option

wattie

Verified User
Joined
May 31, 2008
Messages
1,234
Location
Bulgaria
When using newer versions of Bind the script dnssec.sh produces error:

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.
 
Back
Top