
Hub Cert Tools
- Updated March 16, 2026
- stolostron/claude-code
hub-cert-tools is a Claude Code skill in the AI & Agent Building category. Hub cluster certificate tools - check configuration and assess certificate changes
Key points
- hub-cert-tools
- AI & Agent Building
- AI-coding skill
Hub Cert Tools by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add stolostron/claude-code/plugin install hub-cert-tools@acm-skills-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 16, 2026 |
|---|---|
| Repository | stolostron/claude-code ↗ |
What it does
Hub cluster certificate tools - check configuration and assess certificate changes
README.md
ACM Hub Certificate Tools
This plugin provides certificate tools for ACM (Advanced Cluster Management) hub clusters.
Included Skills
1. Check Hub Cluster Certificate Configuration
- Command:
/check-hub-cert-config --kubeconfig <path> - Purpose: Check hub cluster kube-apiserver certificate configuration and its compatibility with ACM
- Documentation: Full README
2. Assess Hub Certificate Change
- Command:
/assess-hub-cert-change --kubeconfig <path> --new-cert <path> - Purpose: Assess the risk and impact of changing hub cluster certificates on ACM clusters
- Documentation: Full README
Installation
From Marketplace
# Add the ACM skills marketplace
/plugin marketplace add https://github.com/stolostron/claude-code.git
# Install this hub certificate tools plugin
/plugin install hub-cert-tools@acm-skills-marketplace
Manual Installation
Add to your Claude Code settings.json:
{
"skills": [
"/path/to/claude-code/plugins/hub-cert-tools/skills/check-hub-cert-config",
"/path/to/claude-code/plugins/hub-cert-tools/skills/assess-hub-cert-change"
]
}
Use Cases
Before ACM Installation
- ✅ Verify certificate compatibility with ACM
- ✅ Check if root CA is included in certificate chain
- ✅ Get recommended ServerVerificationStrategy configuration
- ✅ Identify potential issues before they occur
After ACM Installation
- ✅ Validate current ServerVerificationStrategy configuration
- ✅ Troubleshoot managed cluster import failures
- ✅ Verify certificate chain completeness
- ✅ Plan certificate rotations safely
During Certificate Changes
- ✅ Assess risk of certificate changes (LOW/MEDIUM/HIGH)
- ✅ Get step-by-step procedures for safe transitions
- ✅ Understand impact on managed clusters
- ✅ Identify offline clusters that won't receive updates
Prerequisites
- Claude Code CLI - Latest version
- OpenShift CLI (
oc) - For cluster access - OpenSSL - For certificate analysis
- Valid kubeconfig - With cluster access permissions
Quick Start
Scenario 1: Planning ACM Installation
# Check if current certificates are compatible
export KUBECONFIG=/path/to/hub-kubeconfig
/check-hub-cert-config
# Review recommendations and proceed with ACM installation
Scenario 2: Certificate Rotation
# Assess the planned certificate change
export KUBECONFIG=/path/to/hub-kubeconfig
/assess-hub-cert-change --new-cert /path/to/new-certificate.pem
# Follow the recommended procedure from the output
Documentation
Common Workflows
Workflow 1: New Hub Cluster Setup
- Check current certificate configuration
- Verify ACM compatibility
- Install ACM with appropriate ServerVerificationStrategy
Workflow 2: Certificate Rotation
- Check current configuration
- Assess planned certificate change
- Execute recommended procedure
- Verify successful update
Support
For issues or questions:
- GitHub Issues: https://github.com/stolostron/claude-code/issues
- Documentation: See individual skill READMEs
License
See LICENSE for details.
Related skills
AI & Agent Buildingagents