wshobson/agents✦ 精选0°

mtls-configuration

仓库创建 2025年7月25日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

提升服务间安全和合规性,适合严格安全场景。

▸ 风险提示

涉及证书与密钥管理,配置不当可能导致服务中断。

这个 Skill 做什么

实现服务间mTLS以构建零信任通信与证书轮换策略。

把服务间通信升级为 mTLS,实现零信任的双向证书校验和自动化证书轮换,确保内网流量都经过身份验证与加密。适合想强化内部通信安全、满足合规或解决 TLS 握手问题时使用。还能配合证书管理策略、轮换计划和调试流程,降低人为操作出错风险。

▸ 展开 SKILL.md 英文原文

Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication.

开发编程mTLS证书管理零信任通用
3.8w
Stars
4.1k
Forks
40
仓库内 Skill
+683
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wshobson/agents/main/plugins/cloud-infrastructure/skills/mtls-configuration/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wshobson/agents/main/plugins/cloud-infrastructure/skills/mtls-configuration/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# mTLS Configuration

Comprehensive guide to implementing mutual TLS for zero-trust service mesh communication.

## When to Use This Skill

- Implementing zero-trust networking
- Securing service-to-service communication
- Certificate rotation and management
- Debugging TLS handshake issues
- Compliance requirements (PCI-DSS, HIPAA)
- Multi-cluster secure communication

## Core Concepts

### 1. mTLS Flow

```
┌─────────┐                              ┌─────────┐
│ Service │                              │ Service │
│    A    │                              │    B    │
└────┬────┘                              └────┬────┘
     │                                        │
┌────┴────┐      TLS Handsh
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有