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
I currently use Zsign but I am investing in a macOS server for speed. I currently use a .p12 file with zsign, but node-applesign requires an identity to be in the keychain.
Could you add the ability to specify a path to a p12 and password flag as well?
Thanks
The text was updated successfully, but these errors were encountered:
Despite being desirable option to not depend on apple tooling, i don't know of a way to use the security tool without the keychain. You can import this p12 in the commandline using this:
security import "ADistribution.p12" -k appledev -f pkcs12 -A -P ""
Eventually we may get rid of the security and codesign tools and make applesign work without macOS dependencies.
Hello,
I currently use Zsign but I am investing in a macOS server for speed. I currently use a .p12 file with zsign, but node-applesign requires an identity to be in the keychain.
Could you add the ability to specify a path to a p12 and password flag as well?
Thanks
The text was updated successfully, but these errors were encountered: