From 6d0038fa279324124fffa44b442fe7692f2aa50b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 28 Dec 2016 22:54:20 -0700 Subject: Track Andrew's certs to avoid phone calls late at night. Avoid displaying them in the crtsh table because there are so many and it breaks layout. --- config-domains.txt | 1 + config-sockets.txt | 1 + crtsh-pem2html.go | 2 ++ 3 files changed, 4 insertions(+) diff --git a/config-domains.txt b/config-domains.txt index 390a92e..84b2bc9 100644 --- a/config-domains.txt +++ b/config-domains.txt @@ -2,3 +2,4 @@ parabola.nu parabolagnulinux.org lukeshu.com team4272.com +andrewdm.me diff --git a/config-sockets.txt b/config-sockets.txt index f121636..c064f2b 100644 --- a/config-sockets.txt +++ b/config-sockets.txt @@ -4,3 +4,4 @@ tcp://winston.parabola.nu:443 tcp://lukeshu.com:443 tcp://team4272.com:443 tcp://parabola.nu:5222/xmpp +tcp://andrewdm.me:443 diff --git a/crtsh-pem2html.go b/crtsh-pem2html.go index ebdb6ac..78fd97f 100644 --- a/crtsh-pem2html.go +++ b/crtsh-pem2html.go @@ -44,6 +44,7 @@ var tmpl = template.Must(template.New("pem2html"). Issuer.O {{range $cert := .certs}} +{{if eq $cert.X509.Subject.CommonName "andrewdm.me"|not}} {{$cert.Updated | date}} {{$cert.X509.NotBefore | date}} @@ -52,6 +53,7 @@ var tmpl = template.Must(template.New("pem2html"). {{$cert.X509.Issuer.Organization}} {{end}} +{{end}} `)) -- cgit v1.1-4-g5e80