sudara/Basic macOS Certificate Import
Safely imports code/pkg signing certs into a temp keychain. Well tested, transparent, cleans up after itself.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dev-id-app-cert | Base64-encoded PKCS12 file with the Developer ID Application certificate | yes | — |
| dev-id-app-password | Password for the dev-id-app-cert PKCS12 file | yes | — |
| dev-id-installer-cert | Base64-encoded PKCS12 file with the Developer ID Installer certificate | no | — |
| dev-id-installer-password | Password for the dev-id-installer-cert PKCS12 file | no | — |
| keychain-name | Name for the temporary keychain | — | github-action-${{ github.job }}-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }} |
Outputs
| name | description |
|---|---|
| keychain-path | Path to the temporary keychain with imported cert |