microsoft/IIS.Administration

Certificate's intended_purpose are not populated in localized OS

shhsu opened this issue · 2 comments

shhsu commented

image

After some investigations, looks like the issue is on this line

if (!client.Get(CertificatesUrl + "?intended_purpose=server authentication", out result)) {

This query yields nothing in internationalized OS as the

shhsu commented

@jhkimnew has discovered that this issue is a legitimate product defect instead of just a test issue. The certificates api is not populating intended_purpose on a localized OS.