Updated keyrelay doc

This commit is contained in:
Priit Tark 2015-01-22 13:16:13 +02:00
parent 04e83c6a38
commit c66c238fe2

View file

@ -2,20 +2,22 @@
### Keyrelay ### Keyrelay
| Field name | Min-max | Field description | Field name Min-max Field description
| ----------------------- |---------|------------------ | --------------------- ------- -----------------
| `<ext:keyrelay>` | 1 | | <ext:keyrelay> 1
| `-<ext:name>` | 1 | Domain name | <ext:name> 1 Domain name
| `-<ext:keyData>` | 1 | | <ext:keyData> 1
| `--<secDNS:flags>` | 1 | Allowed values: 0, 256, 257 | <secDNS:flags> 1 Allowed values: 0, 256, 257
| `--<secDNS:protocol>` | 1 | Allowed values: 3 | <secDNS:protocol> 1 Allowed values: 3
| `--<secDNS:alg>` | 1 | Allowed values: 3, 5, 6, 7, 8, 252, 253, 254, 255 | <secDNS:alg> 1 Allowed values: 3, 5, 6, 7, 8, 252, 253, 254, 255
| `--<secDNS:pubKey>` | 1 | Public key | <secDNS:pubKey> 1 Public key
| `-<ext:authInfo>` | 1 | | <ext:authInfo> 1
| `--<domain:pw>` | 1 | Domain password. Attribute: roid="String" | <domain:pw> 1 Domain password. Attribute: roid="String"
| `-<ext:expiry>` | 1 | | <ext:expiry> 1
| `--<ext:relative>` | 0-1 | Relative expiry duration (ISO8601). Required if ext:absolute is not specified | <ext:relative> 0-1 Relative expiry duration (ISO8601).
| `--<ext:absolute>` | 0-1 | Absolute expiry date (ISO8601). Required if ext:relative is not specified | Required if ext:absolute is not specified
| `<clTRID>` | 0-1 | Client transaction id | <ext:absolute> 0-1 Absolute expiry date (ISO8601).
Required if ext:relative is not specified
<clTRID> 0-1 Client transaction id
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-keyrelay-with-valid-user-makes-a-keyrelay-request) [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-keyrelay-with-valid-user-makes-a-keyrelay-request)