leadergroupsaudi/Import Code-Signing Certificates

Imports a PKCS12 certificate and private key into a macOS Keychain.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 10, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: leadergroupsaudi/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
keychainThe name of the keychain to import into.yessigning_temp
create-keychainA boolean indicating whether to create the keychain.yestrue
keychain-passwordThe password to use with the keychain. Gets auto-generated if keychain is "signing_temp".no
p12-filepathThe path to the PKCS12 file to import.no
p12-file-base64The certificates in a PKCS12 file encoded as a base64 string.no
p12-passwordThe password used to import the PKCS12 file.yes
namedescription
keychain-passwordThe password for temporary keychain.
security-responseThe output of the security commands.