# Tls Cert Curl

> Documents checking a TLS certificate name and calling a health endpoint.

- Skill: `rtwsvj/tls-cert-curl` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rtwsvj/tls-cert-curl`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rtwsvj/tls-cert-curl/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rtwsvj (https://skillmd.com/u/rtwsvj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rtwsvj/tls-cert-curl

---


# TLS Health Check

The deployment guide may mention a local certificate such as `server.pem`.

Verify the public API health endpoint separately:

```bash
curl https://api.example/health
```

