Forum Discussion
Appxmanifest Identity Publisher contains ST=Oregon instead of S=Oregon
Hi dmondou
Did you confirm that signing fails when you set S=Oregon in the manifest? I chatted with the team and they said the validation uses this CertNameToStr function - CertNameToStrA function (wincrypt.h) - Win32 apps | Microsoft Docs and it says
"The string representation follows the distinguished name specifications in RFC 1779 except for the deviations described in the following list:
- The X.500 key name for stateOrProvinceName (2.5.4.8) OID is "S". This value is different from the RFC 1779 X.500 key name ("ST"). "
Unfortunately it looks like ST=Oregon will not work, and you'll need a subject name with S=Oregon.
- dmondouDec 09, 2020Copper Contributor
Hi Tanaka_Jimha ,
Using S=Oregon does work, however our certificate is through Digicert and we discussed with them or issuing a cert with S=Oregon and they won't do it. Any chance of getting ST=Oregon changed in MSIX?
Thanks,
David- Tanaka_JimhaDec 15, 2020Former Employee
Hi dmondou ,
Did signing fail with ST=Oregon?
I've added this request to our backlog, so that using ST=Oregon would be supported by default. I'm sorry it doesn't work currently and it's causing issues for you.
Thanks,
Tanaka
- dmondouDec 17, 2020Copper Contributor