GuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Validate DigiCert Trust Lifecycle Manager client certificate

Validate DigiCert Trust Lifecycle Manager client certificate for file format and correct password. Must be base64-encoded PKCS#12 file content, obtainable by openssl base64 < /file/path/filename.p12 | tr -d '\n' | pbcopy in linux terminal, or similar parsing methods.

📋

Required privileges:

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

Client certificate filename should extend .p12.

data
array of strings
required

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

data*
password | null
Response
204

DigiCert Trust Lifecycle Manager certificate for client server is of valid file format and has correct password.

Language
Credentials
LoadingLoading…