Issue free Let’s Encrypt certificate for the CDN resource.
Before issuing the certificate, you need to:
Let’s Encrypt certificates will be issued for all CNAMEs of the CDN resource. Certificate issuing can take up to fifteen minutes.
By default, we issue an ECDSA Let’s Encrypt certificate.
If you need a RSA certificate, you can enable the “use_rsa_le_cert” option for your CDN resource.
Notes:
Challenge types:
By default, we issue Let’s Encrypt certificates using the HTTP-01 challenge.
If you prefer to use DNS-01 challenge, you can enable the “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/API 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.
Defines whether the HTTPS protocol is enabled for CDN resource.
Possible values:
true
Successful.