You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do rcodesign sign --pem-file cert.pem MyApp.app, being cert.pem a regular certificate pem file, the tool should print an error indicating that no private key has been specified. Right now it just goes on and leaves the app executable partially unsigned.
The text was updated successfully, but these errors were encountered:
I think that providing a public certificate without its signing key should be a fatal error. Thanks for filing the issue!
amgdev9
changed the title
rcodesign should error is no private key pem file is specified
rcodesign should error if no private key pem file is specified
Jan 2, 2025
If I do
rcodesign sign --pem-file cert.pem MyApp.app
, beingcert.pem
a regular certificate pem file, the tool should print an error indicating that no private key has been specified. Right now it just goes on and leaves the app executable partially unsigned.The text was updated successfully, but these errors were encountered: