Forum Discussion
MSIX Packageing Tool / signtool certificate issues
Mo_Velayati I am using signtool.exe from the windows SDK from a script directly.
Attached image is an example of the identity portion of a manifest I recently signed, and another of the subject field as seen in the certificate manager (NOTE: certmgr doesn't display it in the correct form as in the cert file, but you can see the order).
Commas were not actually my issue, including the complete certificate subject in the Publisher field was.
The reference schema (ManifestTypes) for the manifest file is what imposes restrictions on what what is allowed in the Publisher field, and that is where the requirement that it start with CN= comes from. SignTool is what imposes the matching between this publisher field and the subject field of the cert.