Cmdlets for ADP

Build 25.0.9434

SSLClientCertType Parameter (Connect-ADP Cmdlet)

The type of key store containing the TLS/SSL client certificate.

Syntax

Connect-ADP -SSLClientCertType string

Possible Values

PFXFILE, PFXBLOB, PEMKEY_FILE, PEMKEY_BLOB

Data Type

cstr

Default Value

"PFXFILE"

Remarks

This property can take one of the following values:

PFXFILEThe certificate store is the name of a PFX (PKCS12) file containing certificates.
PFXBLOBThe certificate store is a string (base-64-encoded) representing a certificate store in PFX (PKCS12) format.
PEMKEY_FILEThe certificate store is the name of a PEM-encoded file that contains a private key and an optional certificate.
PEMKEY_BLOBThe certificate store is a string (base64-encoded) that contains a private key and an optional certificate.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434