From b05d6878b8c3b5d20ac9021e8c947fec1d9f7528 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 14 Jan 2015 13:40:39 +0200 Subject: [PATCH] Extension info --- doc/epp/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/epp/README.md b/doc/epp/README.md index 6957ab6a9..6e9a34fe5 100644 --- a/doc/epp/README.md +++ b/doc/epp/README.md @@ -92,6 +92,17 @@ Introduction text here | [secDNS:add](#secdnsadd) | false | | Objects to add | | [secDNS:rem](#secdnsrem) | false | | Objects to remove | +##### secDNS:add +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data | +| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data | + +##### secDNS:rem +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data | +| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data | ----