Hello,
I have a problem to notarize my .pkg.
Indeed, I have a certified certificat in .pfx format and I have a Apple Developer Program account.
1 - in the key chain, I request a certificate from a certificate authority in Keychain to have a .csr
2 - I install the .csr to have a .cert than I put in keychain to have a valide certificate
3 - I execute this command : productsign --sign "Developer ID Installer: Name_of_developer_ID (Number_of_DeveloperID)" name_uncertfied.pkg name_certified.pkg
Finaly, I get that answer : Product sign: error: Could not find appropriate signing identity for "Developer ID Installer: ** (****)" then that there are a valide certificate with wrote " Developer ID installer : Name_of_developper_ID (Number_of_DeveloperID).
Moreover, when I execute this command : security -v find-identity -p codesigning
My certificate don't appears in matching identities then he is in my Keychain et I don't know why ...
My Question is, How I can notarize my .pkg ?
9
0
2.0k