You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 4.1.0 (and previous) I could specify my bindings to use a cert like below by just setting:
CertificateSubject ='CN=My.Snazzy.cert.com' with a certificate that looks like below and everything was fine.
SUBJECT:
CN = My.Snazzy.cert.com
O = Some place
S = VA
C = US
But in 4.2.0 I get an error that it cannot find the certificate because it evaluates *most, but not all of the subject
CN=My.Snazzy.cert.com, O=Some place
Verbose logs
I don't really have time to pull all this, it just cannot find the cert by subject due to additional lines in the cert subject. If I use a cert that has nothing suffixed to it or is just "CN = My.Snazzy.cert.com", it still works fine.
Problem description
In version 4.1.0 (and previous) I could specify my bindings to use a cert like below by just setting:
CertificateSubject ='CN=My.Snazzy.cert.com' with a certificate that looks like below and everything was fine.
SUBJECT:
CN = My.Snazzy.cert.com
O = Some place
S = VA
C = US
But in 4.2.0 I get an error that it cannot find the certificate because it evaluates *most, but not all of the subject
CN=My.Snazzy.cert.com, O=Some place
Verbose logs
DSC configuration
Suggested solution
Roll back cert subject compare piece
Operating system the target node is running
PowerShell version and build the target node is running
WebAdministrationDsc version
The text was updated successfully, but these errors were encountered: