! Let's Encrypt DNS Challenge\\
\\
The __DNS-01__ challenge is a method Let's Encrypt uses to verify that you are the true owner of your domain name. To prove ownership, CrushFTP must automatically publish a unique "secret" code (a DNS TXT record) to your domain's public settings. The Let's Encrypt server then looks up this record, and if the secret code matches, it issues the SSL certificate. More info at [Let's Encrypt dns-01-challenge Link|https://letsencrypt.org/docs/challenge-types/#dns-01-challenge]\\
\\
[LetsEncrypt_dns01/LE_dns_challenge.png]\\
\\
If you choose this method, you must be proficient at CrushTask and have a way to interact with your DNS provider to make changes.\\
\\
We do *not* support you in this scenario...we only give this as an option for advanced users. \\
\\
Your Task/Job will have the variables "dns_challenge_token" and "dns_challenge_domain" available to you. 
{{{
{dns_challenge_token}
{dns_challenge_domain}
}}}\\
\\
You need to know what to do with them in your API calls or your own scripts you then execute with that info.\\