v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Configuration

Create a cert

Creates a cert.

post/v3/certs

Request body

labelstring
private_keystring
certstring

Example request

{
  "label": "company.com",
  "private_key": "private_key...",
  "cert": "cert..."
}

Response

Created