-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add multipe certificates to the keychain #10
Comments
ت |
I was able to make this work, but needed to specify an explicit password for the temporary keychain otherwise the second invocation could not make use of it.
|
Yep. That's how I did it as well |
hey guys, how did you manage to add the p12 certificate as a secret if secrets only allows text input and the p12 file is binary data? |
@L4ZZA You can convert them as base64 text.
|
@Siedlerchr |
@lolgear Ah didn't know about that this works as well. Next time I will try this |
Hi,
I sucessfully used this action together with the java jpackage tool. However, the jpackage creates both a pkg installer and a dmg. And I think I need to add certs for both. So my question is, can I just copy the action or is there an option to add a second cert?
Edit// I just copied the action and specified a password manually for the keychain For the copy I set create keychain to false
The text was updated successfully, but these errors were encountered: