{{TS `The Let's Encrypt™ service has rate limits for issuing large numbers of certificates and domains per certificate. Click here for more information.`}}

{{TS `Please select any extra domains to include:`}}

{{$existing := .Existing}} {{$proxy := .ProxyDomains}} {{$methods := .ChallengeMethods}} {{range $root, $list := .Domains}}

{{TF `Installing certificate to: %s` $root}}

{{range $list}} {{end}}
{{TS `Domain`}} {{TS `Type`}} {{TS `Include?`}} {{TS `Include Wildcard*?`}} {{TS `Add cPanel subdomains**?`}}
{{.Domain}} {{.DomainType}} {{ if eq $root .Domain }} ✔ {{ else }} {{ end }} {{ if eq (index .Domain 0) '*' }} N/A {{ else }} {{ end }} {{ if eq (index .Domain 0) '*' }} N/A {{ else }} {{ $dom := .Domain }} {{ with index $proxy $dom }} ({{ strJoin "," . }}) {{ end }} {{ end }}

* {{ TS `To include wildcard domains, the dns-01 validation method must be used.`}}
** {{ TS `cPanel subdomains are those such as cpanel.* and webmail.*, which when added, allow access to cPanel services via that subdomain. Be mindful of rate limits when using cPanel subdomains for multiple domains.`}}

{{ if eq (len $methods ) 1 }} {{ else }}

{{TS `Please choose an SSL validation method (all are automatic):`}}

{{ TS `You will usually want to use the HTTP validation method. If your domain's nameservers point to cPanel, then you have the option of using the DNS validation method instead.` }}

{{ TS `If you wish to issue wildcards, you MUST use the DNS validation method.` }}

{{ range $i, $method := $methods }} {{ end }}
{{ end }} {{end}}

{{ TS `If you would instead like to re-use an existing certificate from another virtual host,` }} {{ TS `click here` }}.