actions-marketplace-validations/Import Code-IOS-Signing Certificates
Imports a PKCS12 certificate and private key into a macOS Keychain.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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. |