mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Add correct DS key tag generation
This commit is contained in:
parent
d39ed1b0e9
commit
11f0b2685e
3 changed files with 25 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue