Table of Content

Description

This object is part of the domain and is used to transfer the DNSSEC key material to the registry. Transferring the key material to the registry is only necessary if you sign the zone yourself. With the value "False" you can remove the key material from the registry.

Please note that DNSSEC cannot be used with all our name servers.

Structure

Keyword JSONKeyword XMLOccursTypeFormatDescription

flags

1

integerint32

DNSSEC type

Supported values:

  • 256 (zone signung key)
  • 257 (key signing key)

protocol

1

integer

int32

Value: 3 (DNSSEC)


algorithm

1enum DNSSEC_Algorithm

Sets the DNSSEC algorithm.

Use numerical values.

algorithm
1integer

int32

DNSSEC_Algorithm

Sets the DNSSEC algorithm.

Use numerical values.

publicKey

publickey

1

byte

Base64 JSON pattern: ^[\sA-Za-z0-9+\/]+[=]*$