diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/certs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/certs.go b/templates/certs.go index 2fde4fd..877a0b3 100644 --- a/templates/certs.go +++ b/templates/certs.go @@ -1,6 +1,6 @@ package templates -// Token is the page users see when authenticated. +// Certs lists all unexpired issued certificates. const Certs = `<html> <head> <title>Certs</title> |