post https://{hostname}/mtls-origin-keystore/v1/client-certificates
Create a client certificate with the provided name.
Responses
Create a client certificate with the provided name.
xxxxxxxxxx
11curl --request POST \
--url https://hostname/mtls-origin-keystore/v1/client-certificates \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"geography": "CORE",
"secureNetwork": "STANDARD_TLS",
"signer": "AKAMAI"
}
'
Examplexxxxxxxxxx
15{
"certificateId": 10001,
"certificateName": "clientauth_example_com_SSL_2025",
"createdBy": "jdupont",
"createdDate": "2024-05-16T07:48:42Z",
"geography": "CORE",
"keyAlgorithm": "RSA",
"notificationEmails": [
"user1@akamai.com",
"user2@akamai.com"
],
"secureNetwork": "STANDARD_TLS",
"signer": "AKAMAI",
"subject": "/CN=clientauth_example_com_SSL_2025/O=Akamai Technologies Inc./OU=Media/C=US/"
}