Clarify HKP protocol.

This commit is contained in:
Justus Winter 2019-03-12 16:20:56 +01:00
parent cd05858e1b
commit a2d38fceb5
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
2 changed files with 5 additions and 3 deletions

View File

@ -61,7 +61,8 @@ keys at all.
Keys may be submitted using a POST request to `/pks/add`, the body of
the request being a `application/x-www-form-urlencoded` query.
`keytext` must be the key to submit, either *ASCII Armored* or not.
`keytext` must be the keys to submit, which must be *ASCII Armored*.
More than one key may be submitted in one request.
#### Limitations

View File

@ -83,8 +83,9 @@
Keys may be submitted using a POST request
to <code>/pks/add</code>, the body of the request being
a <code>application/x-www-form-urlencoded</code> query.
<code>keytext</code> must be the key to submit, either <em>ASCII
Armored</em> or not.
<code>keytext</code> must be the keys to submit, which must
be <em>ASCII Armored</em>. More than one key may be submitted in
one request.</p>
</p>
<h4>Limitations</h4>