OrgId from Your Comapny Profile - https://admin.yandex.ru/company-profile (You have Your first important variable YANDEX_ORGID now!)ClientID for this application on application pageOAuthToken for this application from URL https://oauth.yandex.ru/authorize?response_type=token&client_id=ClientID in authtorised browser where ClientID code from previous step. This is Your second secret variable YANDEX_OAUTH!# Use the following 3 variables if you want to validate via DNS
VALIDATE_VIA_DNS="true"
DNS_ADD_COMMAND="/usr/share/getssl/dns_scripts/dns_yandex add"
DNS_DEL_COMMAND="/usr/share/getssl/dns_scripts/dns_yandex del"
DNS_WAIT="600" # Waiting 10 minutes. Very-very-very slow distrbution
# Yandex base DNS
AUTH_DNS_SERVER="77.88.8.8"
# Yandex Authentication credintals
export YANDEX_ORGID="<OrgId>"
export YANDEX_OAUTH="<OAuthToken>"
/usr/share/getssl/dns_scripts/dns_yandex add domain.tld <token> - add <token> TXT _acme-challenge.domain.tld record
/usr/share/getssl/dns_scripts/dns_yandex add subdomain.domain.tld <token> - add <token> TXT _acme-challenge.subdomain.domain.tld record
/usr/share/getssl/dns_scripts/dns_yandex del domain.tld <token> - delete <token> TXT _acme-challenge.domain.tld record
/usr/share/getssl/dns_scripts/dns_yandex del subdomain.domain.tld <token> - delete <token> TXT _acme-challenge.subdomain.domain.tld record
/usr/share/getssl/dns_scripts/dns_yandex cleanup domain.tld - cleanup all dangling _acme-challenge records from DNS for <domain.tld>
/usr/share/getssl/dns_scripts/dns_yandex cleanup subdomain.domain.tld - cleanup all dangling _acme-challenge.subdomain records from DNS for <subdomain.domain.tld>
/usr/share/getssl/dns_scripts/dns_yandex cleanup [subdomain.]domain.tld <token> - cleanup all dangling _acme-challenge domain or subdomain records with <token>