Closed Harjot1Singh closed 5 years ago
Effectively, CircleCI Windows is running off a non-standard user account which cannot import the certificate into the right place due to permissions?
Solved. For further reference, see #266.
CircleCI's Windows user account does not give access to importing certificates into the Current User store. Thus, they must be imported to Local Machine (which ironically, requires elevated priviledges, but still works).
Unable to get codesigning to work on CI, supplying the same params on local machine works fine.
Might be related: https://travis-ci.community/t/codesigning-on-windows/1385