From ff2e98371184613723f7e637425b63483aee3d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 30 Mar 2016 22:06:15 +0300 Subject: [PATCH] ui: Update CRL fetching command example --- certidude/static/js/templates.js | 6 ++++-- certidude/static/views/authority.html | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/certidude/static/js/templates.js b/certidude/static/js/templates.js index d5eede1..ae55796 100644 --- a/certidude/static/js/templates.js +++ b/certidude/static/js/templates.js @@ -704,9 +704,11 @@ output += "\n\t "; } } frame = frame.pop(); -output += "\n \n\n\n
\n

Log

\n

\n \n \n \n \n \n

\n \n
\n\n
\n

Revoked certificates

\n

To fetch certificate revocation list:

\n
curl ";
+output += "\n    \n
\n\n
\n

Log

\n

\n \n \n \n \n \n

\n \n
\n\n
\n

Revoked certificates

\n

To fetch certificate revocation list:

\n
curl ";
+output += runtime.suppressValue(runtime.memberLookup((runtime.memberLookup((runtime.contextOrFrameLookup(context, frame, "window")),"location")),"href"), env.opts.autoescape);
+output += "api/revoked/ | openssl crl -inform der -text -noout
\n