CA Certificate Import
Version updated for https://github.com/LiquidLogicLabs/git-action-ca-certificate-import to version v3.0.3.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
📦 Uncategorized
- chore: standardize tooling to current playbook
- chore(release): 3.0.3
Pull Requests
#{{PR_LIST}}
Usage
- uses: LiquidLogicLabs/git-action-ca-certificate-import@v3.0.3
with:
certificate: 'path/to/cert.crt' # Auto-detects: file path, URL, or inline content
Installation
The certificate will be installed to the system CA store and trusted by:
- ✅ Docker (push/pull from registries with custom certs)
- ✅ curl, wget, and other HTTP clients
- ✅ pip, npm, apt, and other package managers
- ✅ Git operations over HTTPS
- ✅ Any tool that uses the system CA store