v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBConfiguration
Create a cert
Creates a cert.
post/v3/certs
Request body
Example request
{
"label": "company.com",
"private_key": "private_key...",
"cert": "cert..."
}Response
Created
Creates a cert.
{
"label": "company.com",
"private_key": "private_key...",
"cert": "cert..."
}Created