29tools
New · MCP SuiteYour infrastructure now talks to AI agents.

Claude, Codex & co. manage DNS, domains and certificates directly, including DNS Doctor diagnostics.

Explore the MCP Suite
Reference
v1.6.2
Download OpenAPI
TLS API
Automate your certificate lifecycle
Modern TLS automation The regfish TLS API lets you order, validate, renew, and manage certificates centrally and efficiently. Build a workflow that handles short lifetimes with confidence and keeps your certificate operations under control.

API reference

All operations are sourced from the contract and enriched with request and response examples.

Certificates

Example: order TLS certificate
POST
curl --request POST \
  --url 'https://api.regfish.com/tls/certificate' \
  --header 'x-api-key: YOUR_API_KEY' \
  --header 'content-type: application/json' \
  --data '{
  "sku": "RapidSSL",
  "common_name": "www.example.com",
  "csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC...\n-----END CERTIFICATE REQUEST-----",
  "dcv_method": "email",
  "validity_days": 199
}'
Example: fetch certificate status
GET
curl --request GET \
  --url 'https://api.regfish.com/tls/certificate/1' \
  --header 'x-api-key: YOUR_API_KEY'
Example: download certificate as PEM
GET
curl --request GET \
  --url 'https://api.regfish.com/tls/certificate/1/download/pem' \
  --header 'x-api-key: YOUR_API_KEY'
Example: revoke certificate
POST
curl --request POST \
  --url 'https://api.regfish.com/tls/certificate/1/revoke' \
  --header 'x-api-key: YOUR_API_KEY' \
  --header 'content-type: application/json' \
  --data '{
  "comment": "key compromise confirmed",
  "revocation_reason": "key_compromise"
}'
Continue with certbro
New

certbro for Linux

If you want to move from the TLS API to operable Linux automation faster, certbro is the direct next step.

Open-source CLI for TLS automation, DNS DCV, and unattended renewals.

Automate certificate workflows

From order to revocation. The regfish TLS API covers common certificate workflows in a scriptable flow: ordering, status checks, downloads, and revocations can be integrated directly into internal processes and deployments.

The examples below show production-oriented calls for certificate lifecycle management so you can build repeatable operations for shorter lifetimes.

Community

Diventa parte della comunità

L'API DNS Regfish è un'ottima soluzione per gli sviluppatori che desiderano automatizzare domini e zone DNS. Entra a far parte della community e beneficia dell'automazione DNS. L'API DNS è disponibile gratuitamente per ogni cliente Regfish.