Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
deployhq
/
network-agent
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Agent CA rotation: per-handshake certificate reload, in-band renewal, bundle-ready trust store
- #5
#5
Open
thdurante
wants to merge 15 commits into
main
deployhq/network-agent:main
from
agent-ca-rotation
deployhq/network-agent:agent-ca-rotation
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
Agent CA rotation: per-handshake certificate reload, in-band renewal, bundle-ready trust store
#5
thdurante
wants to merge 15 commits into
main
deployhq/network-agent:main
from
agent-ca-rotation
deployhq/network-agent:agent-ca-rotation
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2026
feat(protocol): add renew request/response commands
Show description for 1dfe88a
thdurante
and
claude
committed
1dfe88a
View commit details
Copy full SHA for 1dfe88a
Browse repository at this point
feat(tls): reload client certificate per handshake
Show description for e392b07
thdurante
and
claude
committed
e392b07
View commit details
Copy full SHA for e392b07
Browse repository at this point
feat(caroot): expose the embedded CA bundle as parsed certificates
Show description for 6e9c37d
thdurante
and
claude
committed
6e9c37d
View commit details
Copy full SHA for 6e9c37d
Browse repository at this point
chore: remove unused root-level ca.crt
Show description for c21f940
thdurante
and
claude
committed
c21f940
View commit details
Copy full SHA for c21f940
Browse repository at this point
test(testca): add DeployHQ-shaped certificate fixtures
Show description for 05a965c
thdurante
and
claude
committed
05a965c
View commit details
Copy full SHA for 05a965c
Browse repository at this point
feat(config): allow overriding the CA bundle with DEPLOY_AGENT_CA_FILE
Show description for 2e48afc
thdurante
and
claude
committed
2e48afc
View commit details
Copy full SHA for 2e48afc
Browse repository at this point
test(config): cover bundle verification and per-handshake certificate reload
Show description for ace3bfa
thdurante
and
claude
committed
ace3bfa
View commit details
Copy full SHA for ace3bfa
Browse repository at this point
feat(certrenew): validate and atomically install a renewed certificate
Show description for e1dce4b
thdurante
and
claude
committed
e1dce4b
View commit details
Copy full SHA for e1dce4b
Browse repository at this point
feat(tunnel): in-band certificate renewal
Show description for 0974f2e
thdurante
and
claude
committed
0974f2e
View commit details
Copy full SHA for 0974f2e
Browse repository at this point
docs: document certificate renewal and DEPLOY_AGENT_CA_FILE
Show description for f25da13
thdurante
and
claude
committed
f25da13
View commit details
Copy full SHA for f25da13
Browse repository at this point
feat(certrenew): treat an already-installed certificate as a no-op
Show description for c4fb6a1
thdurante
and
claude
committed
c4fb6a1
View commit details
Copy full SHA for c4fb6a1
Browse repository at this point
Commits on Sep 15, 2026
feat(caroot): trust the new DeployHQ Agent CA alongside the current one
Show description for 9319c3e
thdurante
and
claude
committed
9319c3e
View commit details
Copy full SHA for 9319c3e
Browse repository at this point
Commits on Sep 17, 2026
fix(certrenew): require client authentication when validating a renewal
Show description for e9ce952
thdurante
and
claude
committed
e9ce952
View commit details
Copy full SHA for e9ce952
Browse repository at this point
fix(config): reject a CA bundle whose certificates do not all parse
Show description for 73da9a4
thdurante
and
claude
committed
73da9a4
View commit details
Copy full SHA for 73da9a4
Browse repository at this point
fix(config): refuse a CA bundle with anything pem.Decode would skip
Show description for b695b3a
thdurante
and
claude
committed
b695b3a
View commit details
Copy full SHA for b695b3a
Browse repository at this point
You can’t perform that action at this time.