certificates
Create one certificate
Create one certificate
post/api/certificates
Request body
Example request
{
"autoRenew": "a string value",
"ca": "a string value",
"caRef": "a string value",
"chain": "a string value",
"domain": "a string value",
"from": "a string value",
"id": "a string value",
"privateKey": "a string value",
"selfSigned": "a string value",
"subject": "a string value",
"to": "a string value",
"valid": "a string value"
}Response
Successful operation
Example response
{
"autoRenew": "a string value",
"ca": "a string value",
"caRef": "a string value",
"chain": "a string value",
"domain": "a string value",
"from": "a string value",
"id": "a string value",
"privateKey": "a string value",
"selfSigned": "a string value",
"subject": "a string value",
"to": "a string value",
"valid": "a string value"
}