= _('A Let\'s Encrypt certificate will be obtained for this domain.') ?>
= sprintf(_('The AAAA, A and CAA records for the domain must resolve to the same values as %s. This can be done by creating a CNAME record pointing to this domain for a non-apex domain, or using a nonstandard "ALIAS", "synchronized" or "flattened CNAME" record for an apex domain. You may alternatively manually copy records values, but it\'ll require a manual update when these values change.'), '' . CONF['ht']['cname'] . '
') ?>
AAAA
= CONF['ht']['ipv6_address'] ?>
A
= CONF['ht']['ipv4_address'] ?>
CAA
(= _('useful for testing accounts only') ?>)0 issue "letsencrypt.org; validationmethods=http-01; accounturi== CONF['ht']['caa_account_uris']['testing'] ?>"
CAA
(= _('useful for approved accounts only') ?>)0 issue "letsencrypt.org; validationmethods=http-01; accounturi== CONF['ht']['caa_account_uris']['approved'] ?>"
= sprintf(_('Also, to prove that you own this domain, its subdomain %1$s must have a TXT record equal to %2$s when the form is being processed.'), '_auth
', '' . SERVER_NAME . '_domain-verification=' . getAuthToken() . '
') ?>