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_BLOBData Type
cstr
Default Value
"PFXFILE"
Remarks
This property can take one of the following values:
| PFXFILE | The certificate store is the name of a PFX (PKCS12) file containing certificates. |
| PFXBLOB | The certificate store is a string (base-64-encoded) representing a certificate store in PFX (PKCS12) format. |
| PEMKEY_FILE | The certificate store is the name of a PEM-encoded file that contains a private key and an optional certificate. |
| PEMKEY_BLOB | The certificate store is a string (base64-encoded) that contains a private key and an optional certificate. |