{{define "title"}}Let's Encrypt - Email Server Management{{end}} {{define "page_title"}}Let's Encrypt{{end}} {{define "content"}}

Let's Encrypt

Status
Mode
{{if .status.Enabled}} Let's Encrypt {{if .status.Staging}}(staging){{end}} {{else}} Self-signed (Let's Encrypt disabled) {{end}}
Domains
{{if .status.Domains}}{{range .status.Domains}}{{.}} {{end}}{{else}}none configured{{end}}
Provider
{{if .status.Provider}}{{.status.Provider}}{{else}}none selected{{end}}
Certificate expires
{{if .status.NotAfter.IsZero}}unknown{{else}}{{strftime "%Y-%m-%d %H:%M" .status.NotAfter}}{{end}}
Last attempt
{{if .status.LastAttempt.IsZero}} none yet this run {{else if .status.LastError}} {{strftime "%Y-%m-%d %H:%M" .status.LastAttempt}} — {{.status.LastError}} {{else}} {{strftime "%Y-%m-%d %H:%M" .status.LastAttempt}} — success {{end}}
Configuration
Recommended while testing a new configuration.
Comma-separated. Include a wildcard entry (e.g. *.mail.example.com) alongside its bare domain to cover both with one certificate.
Cloudflare
AWS Route53
DigitalOcean
Google Cloud DNS
{{end}} {{define "extra_js"}} {{end}}