3.1.4.1.29.3 http://schemas.microsoft.com/wbem/wsman/1/config/service/certmapping
The http://schemas.microsoft.com/wbem/wsman/1/config/service/certmapping Resource URI MUST be used to map a client certificate to a particular user account. The following properties, which are part of cert:CertMappingType, are the selectors.
|
Selector name |
Descriptor |
|---|---|
|
Issuer |
This is a thumbprint (40-digit Hex string) for the issuer of the client certificate. For example, in a certificate chain (client cert, issuer, intermediate CA1, . . . root CA), this thumbprint MUST always identify the certificate used to sign the client certificate (issuer). |
|
Subject |
This is a string to pattern match against the subject in the certificate. It MUST contain at least one character, and it MAY contain at most one "*" character that is the first character (this might be the only character in which case it matches all subjects). |
|
URI |
The URI or URI prefix for which this mapping applies. It MUST contain at least one character, it MAY contain at most one "*" character that is the last character (this might be the only character in which case it matches all URIs), and it MUST not contain any internal white space or the "?" character. |