diff --git a/templates/ssl.page.html b/templates/ssl.page.html new file mode 100644 index 0000000..0386a68 --- /dev/null +++ b/templates/ssl.page.html @@ -0,0 +1,29 @@ +{{template "base" .}} + +{{define "content"}} +
Common Name: {{.common_name}}
+Matching Identities: {{.name_value}}
+Issuer Name: {{.issuer_name}}
+No SSL information available for this domain.
+ {{end}} +