Newcertbro for Linux

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

Explore certbro
regfish
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

Become part of the community

The Regfish DNS API is a great solution for developers who want to automate domains and DNS zones. Become part of the community and benefit from DNS automation. The DNS API is available free of charge to every Regfish customer.

Cart
 
Total
€0.00
All prices include VAT.
We use cookies to provide the best possible experience. Choose your preferences for cookie usage. Privacy policy