SSLClientCertificateAuthorityRegex
A regular expression that must match the authority (host name and port number) requesting the client-side certificate.
The connector only supplies the client-side certificate specified by SSLClientCertificatePath if the authority requesting the certificate matches this regular expression.
For more information, see Provide a Client-Side SSL Certificate.
Type: | Regular expression |
Default: | .*
|
Required: | No |
Configuration Section: | Any section specified by ClientCertificateSections, or TaskName |
Example: | SSLClientCertificateAuthorityRegex=.*example\.com.*
|
See Also: |