dnssec-keygen
Brought to you by:
schmidi2
I can't use the interface to générate dnssec keys on rhel 5.
The problem is that rhel needs the "-r /dev/urandom" parameter while using the dnssec-keygen command to generate keys.
I changed "keygen=dnssec-keygen" by "keygen=dnssec-keygen -r /dev/urandom" in the /etc/webmin/bind8/config file and the generation is working fine.
The problem is that I can't use the dnssec in my zone after the modification.