leadergroupsaudi/Import Code-Signing Certificates
Imports a PKCS12 certificate and private key into a macOS Keychain.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 10, 2024
- License
- MIT
Pinned Snippet
uses: leadergroupsaudi/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| keychain | The name of the keychain to import into. | yes | signing_temp |
| create-keychain | A boolean indicating whether to create the keychain. | yes | true |
| keychain-password | The password to use with the keychain. Gets auto-generated if keychain is "signing_temp". | no | — |
| p12-filepath | The path to the PKCS12 file to import. | no | — |
| p12-file-base64 | The certificates in a PKCS12 file encoded as a base64 string. | no | — |
| p12-password | The password used to import the PKCS12 file. | yes | — |
Outputs
| name | description |
|---|---|
| keychain-password | The password for temporary keychain. |
| security-response | The output of the security commands. |