RegistryClientCertSubject
Specifies the subject of the client certificate to select from the certificate store defined in RegistryClientCert.
Data Type
string
Default Value
"*"
Remarks
The driver uses this value to locate a certificate within the specified store. If an exact subject match is not found, the driver searches for certificates whose subjects contain the value of this property. If no match is found, no certificate is selected and the property is set to an empty string.
The special value * selects the first certificate in the certificate store.
Certificate subjects use distinguished name (DN) format, which consists of comma-separated field/value pairs. For example: CN=www.server.com, OU=Test, C=US. Common DN fields include:
| Field | Meaning |
| CN | Common Name, typically a host name. |
| O | Organization. |
| OU | Organizational Unit. |
| L | Locality. |
| S | State or province. |
| C | Country. |
| E | Email address. |
If a field value contains a comma, it must be quoted.