More doc style fixes
This commit is contained in:
parent
5f2e32ff92
commit
00c64ba52f
|
@ -132,31 +132,31 @@ class AuthoritiesList(AuthenticatedResource):
|
||||||
Accept: application/json, text/javascript
|
Accept: application/json, text/javascript
|
||||||
Content-Type: application/json;charset=UTF-8
|
Content-Type: application/json;charset=UTF-8
|
||||||
|
|
||||||
{
|
{
|
||||||
"country": "US",
|
"country": "US",
|
||||||
"state": "California",
|
"state": "California",
|
||||||
"location": "Los Gatos",
|
"location": "Los Gatos",
|
||||||
"organization": "Netflix",
|
"organization": "Netflix",
|
||||||
"organizationalUnit": "Operations",
|
"organizationalUnit": "Operations",
|
||||||
"type": "root",
|
"type": "root",
|
||||||
"signingAlgorithm": "sha256WithRSA",
|
"signingAlgorithm": "sha256WithRSA",
|
||||||
"sensitivity": "medium",
|
"sensitivity": "medium",
|
||||||
"keyType": "RSA2048",
|
"keyType": "RSA2048",
|
||||||
"plugin": {
|
"plugin": {
|
||||||
"slug": "cloudca-issuer"
|
"slug": "cloudca-issuer"
|
||||||
},
|
},
|
||||||
"name": "TimeTestAuthority5",
|
"name": "TimeTestAuthority5",
|
||||||
"owner": "secure@example.com",
|
"owner": "secure@example.com",
|
||||||
"description": "test",
|
"description": "test",
|
||||||
"commonName": "AcommonName",
|
"commonName": "AcommonName",
|
||||||
"validityYears": "20",
|
"validityYears": "20",
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"subAltNames": {
|
"subAltNames": {
|
||||||
"names": []
|
"names": []
|
||||||
},
|
},
|
||||||
"custom": []
|
"custom": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
|
|
|
@ -450,7 +450,8 @@ class S3DestinationPlugin(ExportDestinationPlugin):
|
||||||
|
|
||||||
def upload_acme_token(self, token_path, token, options, **kwargs):
|
def upload_acme_token(self, token_path, token, options, **kwargs):
|
||||||
"""
|
"""
|
||||||
This is called from the acme http challenge
|
This is called from the acme http challenge
|
||||||
|
|
||||||
:param self:
|
:param self:
|
||||||
:param token_path:
|
:param token_path:
|
||||||
:param token:
|
:param token:
|
||||||
|
|
Loading…
Reference in New Issue