Merge branch 'master' into master

This commit is contained in:
Curtis 2018-05-09 07:52:07 -07:00 committed by GitHub
commit f4a010e505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -300,12 +300,14 @@ class CertificatesUpload(AuthenticatedResource):
{ {
"owner": "joe@example.com", "owner": "joe@example.com",
"publicCert": "-----BEGIN CERTIFICATE-----...", "body": "-----BEGIN CERTIFICATE-----...",
"intermediateCert": "-----BEGIN CERTIFICATE-----...", "chain": "-----BEGIN CERTIFICATE-----...",
"privateKey": "-----BEGIN RSA PRIVATE KEY-----..." "privateKey": "-----BEGIN RSA PRIVATE KEY-----..."
"destinations": [], "destinations": [],
"notifications": [], "notifications": [],
"replacements": [], "replacements": [],
"roles": [],
"notify": true,
"name": "cert1" "name": "cert1"
} }