post https://{serverURL}/api/certificates
Create a Certificate
Responses
Create a Certificate
xxxxxxxxxx
12curl --request POST \
--url https://changeme/api/certificates \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"certificate": {
"wildcard": false,
"type": "internal"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: