Issue free Let’s Encrypt certificate for the CDN resource. Before issuing the certificate, you need to:
use_rsa_le_cert
” option for your CDN resource.
Notes:use_dns01_le_challenge
” option for your CDN resource.
Read more about [challenge types][1].
To issue Let’s Encrypt certificate using the DNS-01 challenge the steps below should be done before request issuance:use_dns01_le_challenge
option is enabled._acme-challenge
subdomain or resource’s domain is delegated to our nameservers.
To find out the nameservers for your account, use the GET request /dns/v2/platform/info
.
Use retrieved name_server_1
and name_server_2
values from the settings object to create NS records.
[1]: https://letsencrypt.org/docs/challenge-types/
[2]: /docs/api-reference/cdn/ssl-certificates/add-ssl-certificateAPI key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
CDN resource ID.
Successful.