post https://{hostname}/etp-config/v3/customers//certificates
Creates a new proxy certificate.
Responses
Creates a new proxy certificate.
xxxxxxxxxx
curl --request POST \
--url https://hostname/etp-config/v3/customers/configId/certificates \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"caMode": "CUSTOMER"
}
'
xxxxxxxxxx
201 Created