perkeep/server/go/sigserver/spec.txt

13 lines
232 B
Plaintext
Raw Normal View History

2010-11-15 03:08:33 +00:00
(https) POST /camli/sig/sign
WWW-Authenticate: [user] [b64pass]
json=[json to sign]
keyid=[GnuPG key id / implementation dependent]
On good response:
HTTP 200 OK
(signed blob)
else: (if verification fails)
HTTP 4xx/5xx