
Integrate certificate management into your CI/CD pipeline. Deploy security updates instantly without blocking releases or waiting for app store approval.
TrustPin works with your existing DevSecOps tools and workflows
name: Deploy Certificate Pinning
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Install TrustPin CLI
run: |
curl -L https://github.com/
trustpin-cloud/homebrew-trustpin/
releases/latest/download/
trustpin-cli-linux-x64 -o trustpin-cli
chmod +x trustpin-cli
- name: Deploy Configuration
env:
TRUSTPIN_API_TOKEN: ${{ secrets.TOKEN }}
run: |
./trustpin-cli projects signReduce certificate management overhead with automated workflows
Rotate certificates without service interruptions
Seamless CI/CD pipeline integration
Centralized certificate management for your team
Step-by-step instructions for integrating TrustPin into your CI/CD pipeline
How TrustPin integrates into your existing development pipeline
Add TrustPin SDK to your mobile app
Configure your domains and certificates
Sign via web dashboard or automate with CI/CD
Mobile apps receive new certificates instantly
Add TrustPin SDK to your mobile app
Configure your domains and certificates
Sign via web dashboard or automate with CI/CD
Mobile apps receive new certificates instantly
Join DevSecOps teams who trust TrustPin for their certificate pinning automation