LogoFreestyle
API Reference/Certs

Provision a wildcard certificate

Provisions a wildcard certificate for a verified domain This speeds up deploys on all subdomains of the domain. In order to use it, you must add the following record to your DNS config: `_acme-challenge.yourdomain.com` NS `dns.freestyle.sh`

POST/domains/v1/certs/{domain}/wildcard

Path Parameters

domainRequiredstring
curl -X POST "https://api.freestyle.sh/domains/v1/certs/<string>/wildcard"

Domain verified

{
  "domain": "example.com"
}