CA Certificates
Create a new CA Certificate
Create a new CA Certificate
post/ca_certificates
Request body
Example request
{
"cert": "-----BEGIN CERTIFICATE-----\ncertificate-content\n-----END CERTIFICATE-----",
"cert_digest": "9b8aaf19a276885f6c8a6bc48a30700fdb3a351d8b05374d153bfb7b178e2a9f",
"created_at": 1706598432,
"id": "b2f34145-0343-41a4-9602-4c69dec2f260",
"tags": [
"trusted",
"api"
]
}Response
Successfully created CA Certificate
Example response
{
"cert": "-----BEGIN CERTIFICATE-----\ncertificate-content\n-----END CERTIFICATE-----",
"cert_digest": "9b8aaf19a276885f6c8a6bc48a30700fdb3a351d8b05374d153bfb7b178e2a9f",
"created_at": 1706598432,
"id": "b2f34145-0343-41a4-9602-4c69dec2f260",
"tags": [
"trusted",
"api"
]
}