Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

dnssec-keygen failure

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
codolom
Posts: 3
Joined: 2016-03-21 08:00

dnssec-keygen failure

#1 Post by codolom »

Hi,

Code: Select all

dnssec-keygen -a HMAC-MD5 -b 512 -n USER ns-example-com_rndc-key
has no output, just waits for something, looks like frozen. Ctrl+C needed for exit. Does somebody know where is the mistake?
Thanks,
cod

michelle
Posts: 14
Joined: 2016-04-22 11:34

Re: dnssec-keygen failure

#2 Post by michelle »

Try this one:

Code: Select all

dnssec-keygen -a HMAC-MD5 -b 512 -r /dev/urandom -n USER ns-example-com_rndc-key

Post Reply