Add correct DS key tag generation

This commit is contained in:
Martin Lensment 2014-12-04 12:56:10 +02:00
parent d39ed1b0e9
commit 11f0b2685e
3 changed files with 25 additions and 3 deletions

View file

@ -198,7 +198,6 @@ class Epp::EppDomain < Domain
dnssec_data[:key_data].each do |x|
dnskeys.build({
ds_key_tag: SecureRandom.hex(5),
ds_alg: 3,
ds_digest_type: Setting.ds_algorithm
}.merge(x))