Create a cert

Creates a cert.

Request
Request Body schema: application/json
label
string
private_key
string
cert
string
Responses
201

Created

400

Bad Request

post/v3/certs
Request samples
application/json
{
  • "label": "company.com",
  • "private_key": "private_key...",
  • "cert": "cert..."
}