v1

latestOpenAPI 3.0.0Apache 2.02026-07-1410280162.7 KB
certificates

Get all certificates

Get all certificates

get/api/certificates

Response

Successful operation

autoRenewstring required

Allow Otoroshi to renew the certificate (if self signed)

castring required

Certificate is a CA (read only)

caRefstring required

Reference for a CA certificate in otoroshi

chainstring required

Certificate chain of trust in PEM format

domainstring required

Domain of the certificate (read only)

fromstring required

Start date of validity

idstring required

Id of the certificate

privateKeystring required

PKCS8 private key in PEM format

selfSignedstring required

Certificate is self signed read only)

subjectstring required

Subject of the certificate (read only)

tostring required

End date of validity

validstring required

Certificate is valid (read only)

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"
  }
]