FR: DNSSEC support in DA

Oh wait, that's me.

Here you go:
http://www.directadmin.com/features.php?id=1525

It's in beta, but seems to be working. (has to be turned on in the directadmin.conf)
I've only added it to show up at the Admin Level for now, and only in the enhanced skin, so we can iron out any bugs or any design changes, as needed.

The changes are in the pre-release section, ready to go:
http://help.directadmin.com/item.php?id=408

John

How can you retrieve the KSK key true the api to use a script to get the keys to the registry ?
I dont feel mutch like signing over all domains manually to be honest :p

I have tested now with one domain manually and it works perfect after doing some research on dnssec
 
There is definitely room for some polish with the feature.
I still need implement an API call so the keys can be retrieved from DA..

Exactly how they make it to the registrar might be beyond DA's scope, but the API would be an important part in automating the process with whatever interface the registrar has, if any.
I'll take a look at this and reply once I have something implemented.

John
 
Good work! :)

I've contacted my registrar about it. I'm guessing everything is there but I've asked them.

I wonder about the monthly reset, is it on like the first day of the month? I guess a script using the API should be used afterwards.
 
Good work
I'm testing this feature with one of my dutch .nl domains.
The .nl registrar requires the DNSKEY record.
So I need to fill in the key id, algorithm, type (ksk), public dnskey.
I've copied the public dnskey from the file /etc/bind/domain.nl.ksk.key.

Currently the used algorithm in dnssec.sh is set to RSA-SHA1 (5).
What I've read about DNSSEC is that it's better to use RSA-SHA256 (8).
Maybe you could change the default or make it configurable.
 
After attending a security seminar I realised how vulnerable DNS is. So I decided to use DNSSEC from now.
Great to see support from DA for this! Works very well.

I've generated the keys and signed a domain. I've added the ksk key to my registrar. Is that it?
I read something about the zsk key, it should be generated more frequently while the ksk can be the same for one year (best practice).
How do you change the zsk key?
 
Back
Top