diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2016-07-31 20:41:52 +0100 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2016-07-31 21:18:55 +0100 |
commit | 531f63e5a9e82d86a6ee1f5d44bebee0bc51d828 (patch) | |
tree | 882b6dfb10c4db96b9e983fd6112a29d227a416a /templates | |
parent | 44fef1c2a163bdfd781ef08a06e3cf5cf9b7d5da (diff) |
Use a KRL for revoked certs
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> |