{{define "cert"}}

{{ .DNS }}

  • {{ if .Issuer }} {{ .Issuer }} {{else}} No valid issuer fould {{end}} Expires: {{ .NotAfter }}, {{ .MinimumTLSVersion }} {{ if .Error }} Error
  • {{ .Error }}
  • {{ else if .Warning }} Warning
  • {{ .Warning }}
  • {{ else }} All Good! {{ end }} {{- end}}