AI AGENT ADDONS

Mtls Configuration

wshobson/agents
Security
7,812installs

Mutual TLS (mTLS) is a way to secure communication between services. Both sides must prove their identity with certificates. This creates a zero-trust environment where no service is trusted by default.

You can use this skill to protect internal traffic in your network. It helps with certificate management, rotation, and debugging. It also supports compliance rules like PCI-DSS and HIPAA.

Start with a permissive mode and move to strict. Use short-lived certificates and monitor expiry. This keeps your services safe and your data private.

Add Mtls Configuration skill to your workflow

Global

mkdir -p ~/.claude/skills/mtls-configuration

Project

mkdir -p .claude/skills/mtls-configuration

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
1 month ago
Created
1 year ago