liquidlogiclabs/CA Certificate Import
Install custom SSL/TLS certificates for build environments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| certificate | Certificate source: auto-detects file path, URL, or inline content. - URL: starts with http:// or https:// (e.g., 'https://pki.company.com/ca.crt') - File path: relative or absolute path to certificate file (e.g., 'certs/ca.crt') - Inline: contains -----BEGIN CERTIFICATE----- markers (e.g., from secrets) | yes | — |
| certificate-name | Name for the certificate file (auto-generated if not specified) | no | "" |
| verbose | Enable verbose debug logging. Also enabled when ACTIONS_STEP_DEBUG=true. | no | false |
| generate-buildkit | Generate buildkit.toml configuration file with CA certificate settings | no | false |
| buildkit-runtime | Container runtime for BuildKit (e.g., "io.containerd.runc.v2"). Leave empty to omit runtime configuration | no | "" |
| skip-certificate-check | Skip TLS certificate verification when downloading certificates from URLs | no | false |
Outputs
| name | description |
|---|---|
| certificate-path | Path where the certificate was installed |
| certificate-name | Name of the installed certificate file |
| buildkit-path | Path to the generated buildkit.toml file (only set if generate-buildkit is true) |