From 7c33caae1e3772e16382a38bda9211ef19c6d4b0 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Thu, 6 Mar 2014 17:37:34 -0800 Subject: [PATCH] rootcert.html: show hashes for the downloadable root certificate --- html/rootcert.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/rootcert.html b/html/rootcert.html index 7076421..c16e7f6 100644 --- a/html/rootcert.html +++ b/html/rootcert.html @@ -16,6 +16,10 @@ browser, this site uses its own root certificate.

The root certificate for this site is available from:

@@server(webadmurl)@@/@@nickname@@_root_cert.pem +
+md5: @@md5(@@nickname@@_root_cert.pem)@@ +
+sha1: @@sha1(@@nickname@@_root_cert.pem)@@

A side effect of using an unrecognized root certificate is that Git may -- 2.11.4.GIT