From 9acf3c2e8aca9016daf76785747d838cdc5b0330 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 9 Jul 2018 10:11:25 +0200 Subject: add SL20 connecter-backend in a first beta version (getCertificate looks good, create signature is untested) --- pdf-as-web/src/main/webapp/index.jsp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pdf-as-web/src/main/webapp/index.jsp') diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index de41028b..c07b2cc0 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -37,6 +37,17 @@ <% } %> + + <% + if (WebConfiguration.getSecurityLayer20URL() != null) { + %> + + + + <% + } + %> + <% if (WebConfiguration.getKeystoreDefaultEnabled()) { %> -- cgit v1.2.3