API ReferenceCerts
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`
curl -X POST "https://api.freestyle.sh/domains/v1/certs/string/wildcard"{
"domain": "example.com"
}{
"message": "string"
}