SSH Client Cert Type
The type of SSHClientCert certificate.
Data Type
string
Default Value
"PUBLIC_KEY_FILE"
Remarks
The type of SSHClientCert certificate. This property can take one of the following values:
0 (USER - default) | For Windows, this specifies that the certificate store is a certificate store owned by the current user. Note: this store type is not available in Java. |
1 (MACHINE) | For Windows, this specifies that the certificate store is a machine store. Note: this store type is not available in Java. |
2 (PFXFILE) | The certificate store is the name of a PFX (PKCS12) file containing certificates. |
3 (PFXBLOB) | The certificate store is a string (binary or base-64-encoded) representing a certificate store in PFX (PKCS12) format. |
4 (JKSFILE) | The certificate store is the name of a Java Key Store (JKS) file containing certificates. Note: this store type is only available in Java. |
5 (JKSBLOB) | The certificate store is a string (binary or base-64-encoded) representing a certificate store in Java Key Store (JKS) format. Note: this store type is only available in Java. |
6 (PEMKEY_FILE) | The certificate store is the name of a PEM-encoded file that contains a private key and an optional certificate. |
7 (PEMKEY_BLOB) | The certificate store is a string (binary or base-64-encoded) that contains a private key and an optional certificate. |
8 (PUBLIC_KEY_FILE) | The certificate store is the name of a file that contains a PEM- or DER-encoded public key certificate. |
9 (PUBLIC_KEY_BLOB) | The certificate store is a string (binary or base-64-encoded) that contains a PEM- or DER-encoded public key certificate. |
10 (SSHPUBLIC_KEY_BLOB) | The certificate store is a string (binary or base-64-encoded) that contains an SSH-style public key. |
11 (P7BFILE) | The certificate store is the name of a PKCS7 file containing certificates. |
12 (P7BBLOB) | The certificate store is a string (binary) representing a certificate store in PKCS7 format. |
13 (SSHPUBLIC_KEY_FILE) | The certificate store is the name of a file that contains an SSH-style public key. |
14 (PPKFILE) | The certificate store is the name of a file that contains a PPK (PuTTY Private Key). |
15 (PPKBLOB) | The certificate store is a string (binary) that contains a PPK (PuTTY Private Key). |
16 (XMLFILE) | The certificate store is the name of a file that contains a certificate in XML format. |
17 (XMLBLOB) | The certificate store is a string that contains a certificate in XML format. |