Validate AD CS Settings client certificate

Validate AD CS Settings client certificate for file format and correct password. Must be base64-encoded PKCS#12 file content, obtainable by openssl base64 < /file/path/filename.pfx | tr -d '\n' | pbcopy in linux terminal, or similar parsing methods. This should only contain a single X.509 certificate.

Required Permissions: ad-cs-settings:create, ad-cs-settings:update

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 255

Server certificate filename should extend .cer or .pem, and client certificate filename should extend .p12 or .pfx.

data
array of strings
required

Must be base-64 encoded data obtainable by openssl base64 < /file/path/filename.pfx | tr -d '\n' | pbcopy in linux terminal, or similar parsing methods.

data*
password | null
Headers
uuid
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The tenant UUID identifier. Send it to address tenant scope. This API is also published at environment scope — send that scope's header instead. Send exactly one scope header per request.

uuid
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The environment UUID identifier. Send it to address environment scope. This API is also published at tenant scope — send that scope's header instead. Send exactly one scope header per request.

Response
204

AD CS Settings certificate for client server is of valid file format and has correct password.

Language
Credentials
OAuth2
URL
LoadingLoading…