mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Story #107192666 - feature fix, keyData interface should include flags=KSK
This commit is contained in:
parent
277b739065
commit
a30c3db968
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ xml.epp_head do
|
|||
|
||||
if @domain.dnskeys.any?
|
||||
ds_data = Setting.ds_data_allowed ? @domain.dnskeys.find_all { |key| key.ds_digest.present? } : []
|
||||
key_data = Setting.key_data_allowed ? @domain.dnskeys.find_all { |key| key.ds_digest.blank? } : []
|
||||
key_data = Setting.key_data_allowed ? @domain.dnskeys.find_all { |key| key.public_key.present? } : []
|
||||
|
||||
# is there any reason to include <extension> without <secDNS:infData>
|
||||
xml.extension do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue