Skip to content

Commit

Permalink
add cert generation api to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Apr 21, 2016
1 parent aec039c commit 5442559
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions api/manifest.yml
Expand Up @@ -649,6 +649,24 @@ paths:
description: invalid certificate
schema:
$ref: '#/definitions/error'
/certificates/generate:
post:
description: Request a certificate
parameters:
- name: domains
description: public key
type: array
items:
type: string
responses:
200:
description: certificate
schema:
$ref: '#/definitions/certificate'
403:
description: invalid domains
schema:
$ref: '#/definitions/error'
/certificates/{id}:
delete:
description: Remove a certificate
Expand Down

0 comments on commit 5442559

Please sign in to comment.