mirror of https://github.com/perkeep/perkeep.git
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
|
(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
|