rootcert.html: add --no-filters to git hash-object
commitdeb3fb9b65f43f26303bbfb47a4c819d54f7f5ea
authorKyle J. McKay <mackyle@gmail.com>
Mon, 9 Jan 2017 02:22:26 +0000 (8 18:22 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 9 Jan 2017 02:22:26 +0000 (8 18:22 -0800)
treece7f1e9a64867448e20e00d89c7b2d65964a2b95
parent36264b0af908b11d8a07966cb14acdbcdd6625b6
rootcert.html: add --no-filters to git hash-object

If an attribute filter should trigger for the .pem file then
the value output by git hash-object might not match the value
displayed on the page.

Fix this by adding the --no-filters option to the git hash-object
command so this does not happen.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
html/rootcert.html