Validate AD CS Settings server certificate

Validate AD CS Settings server certificate for file format. Must be base64-encoded X.509 file content, obtainable by openssl base64 < /file/path/filename.pfx | tr -d '\n' | pbcopy in linux terminal, or similar parsing methods.

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The tenant UUID identifier

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
Response
204

AD CS Settings certificate for the Jamf Pro server is of valid file format.

Language
Credentials
OAuth2
URL
LoadingLoading…