From f6041a5d4b6b31c1fdc710f475ddf8adb950d9cb Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 21 Feb 2017 09:33:31 -0600 Subject: Added access banner to OCSP UI. All pages in OCSP UI have been modified to retrieve access banner and display it once at the beginning of the SSL connection. https://fedorahosted.org/pki/ticket/2582 --- base/ocsp/shared/webapps/ocsp/404.html | 8 ++++++-- base/ocsp/shared/webapps/ocsp/500.html | 8 ++++++-- base/ocsp/shared/webapps/ocsp/GenUnexpectedError.template | 9 ++++++++- base/ocsp/shared/webapps/ocsp/agent/GenError.template | 9 ++++++++- base/ocsp/shared/webapps/ocsp/agent/GenPending.template | 9 ++++++++- base/ocsp/shared/webapps/ocsp/agent/GenRejected.template | 9 ++++++++- base/ocsp/shared/webapps/ocsp/agent/GenSuccess.template | 9 ++++++++- base/ocsp/shared/webapps/ocsp/agent/GenSvcPending.template | 9 ++++++++- base/ocsp/shared/webapps/ocsp/agent/GenUnauthorized.template | 9 ++++++++- base/ocsp/shared/webapps/ocsp/agent/GenUnexpectedError.template | 9 ++++++++- base/ocsp/shared/webapps/ocsp/agent/header.template | 8 ++++++-- base/ocsp/shared/webapps/ocsp/agent/index.jsp | 8 ++++++++ base/ocsp/shared/webapps/ocsp/agent/index.template | 8 ++++++-- base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCA.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/addCRL.template | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/checkCert.template | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCA.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/getStats.template | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/index.jsp | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCA.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template | 6 ++++++ base/ocsp/shared/webapps/ocsp/agent/ports.template | 8 ++++++-- base/ocsp/shared/webapps/ocsp/index.jsp | 8 ++++++++ base/ocsp/shared/webapps/ocsp/services.template | 8 ++++++-- 39 files changed, 254 insertions(+), 20 deletions(-) (limited to 'base/ocsp/shared') diff --git a/base/ocsp/shared/webapps/ocsp/404.html b/base/ocsp/shared/webapps/ocsp/404.html index c78f6dacf..4ea9486c4 100755 --- a/base/ocsp/shared/webapps/ocsp/404.html +++ b/base/ocsp/shared/webapps/ocsp/404.html @@ -25,8 +25,12 @@ var port = location.port; - - + + + + + + - - + + + + + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenError.template b/base/ocsp/shared/webapps/ocsp/agent/GenError.template index 13996d5d4..eca9bd5d1 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/GenError.template +++ b/base/ocsp/shared/webapps/ocsp/agent/GenError.template @@ -17,10 +17,17 @@ --- END COPYRIGHT BLOCK --- --> + OCSP Agent Processing Error! - + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenPending.template b/base/ocsp/shared/webapps/ocsp/agent/GenPending.template index 9264d1bd0..9263876a2 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/GenPending.template +++ b/base/ocsp/shared/webapps/ocsp/agent/GenPending.template @@ -17,10 +17,17 @@ --- END COPYRIGHT BLOCK --- --> + OCSP Agent Request Pending - + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenRejected.template b/base/ocsp/shared/webapps/ocsp/agent/GenRejected.template index 5e5155541..cb6fc0aea 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/GenRejected.template +++ b/base/ocsp/shared/webapps/ocsp/agent/GenRejected.template @@ -17,10 +17,17 @@ --- END COPYRIGHT BLOCK --- --> + OCSP Agent Request Rejected - + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenSuccess.template b/base/ocsp/shared/webapps/ocsp/agent/GenSuccess.template index 9d9022b2b..4757dd4f1 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/GenSuccess.template +++ b/base/ocsp/shared/webapps/ocsp/agent/GenSuccess.template @@ -17,11 +17,18 @@ --- END COPYRIGHT BLOCK --- --> + OCSP Agent Generic Request Success - + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenSvcPending.template b/base/ocsp/shared/webapps/ocsp/agent/GenSvcPending.template index 248f3e592..63fe28327 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/GenSvcPending.template +++ b/base/ocsp/shared/webapps/ocsp/agent/GenSvcPending.template @@ -17,10 +17,17 @@ --- END COPYRIGHT BLOCK --- --> + OCSP Agent Request Svc Pending - + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenUnauthorized.template b/base/ocsp/shared/webapps/ocsp/agent/GenUnauthorized.template index af2aede06..d40c027a3 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/GenUnauthorized.template +++ b/base/ocsp/shared/webapps/ocsp/agent/GenUnauthorized.template @@ -17,11 +17,18 @@ --- END COPYRIGHT BLOCK --- --> + OCSP Agent Generic Unauthorized - + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenUnexpectedError.template b/base/ocsp/shared/webapps/ocsp/agent/GenUnexpectedError.template index a929c760f..0307be723 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/GenUnexpectedError.template +++ b/base/ocsp/shared/webapps/ocsp/agent/GenUnexpectedError.template @@ -17,10 +17,17 @@ --- END COPYRIGHT BLOCK --- --> + OCSP Agent Processing Error! - + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/header.template b/base/ocsp/shared/webapps/ocsp/agent/header.template index 495b94786..28d11e6da 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/header.template +++ b/base/ocsp/shared/webapps/ocsp/agent/header.template @@ -18,8 +18,12 @@ - - + + + + + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/index.template b/base/ocsp/shared/webapps/ocsp/agent/index.template index 0dddd0444..7903b16c7 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/index.template +++ b/base/ocsp/shared/webapps/ocsp/agent/index.template @@ -18,8 +18,12 @@ - - + + + + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html index 4a6878a00..4b676a9a1 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html @@ -20,6 +20,12 @@ Add Certificate Revocation List + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html index ca15f1404..35ba12d75 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html @@ -20,6 +20,12 @@ Check Certificate Status + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template index 3205ee0b9..3291e31c4 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template @@ -20,6 +20,12 @@ Adding Certificate Authority + + + + + + + + + + + + + + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html index 28be03545..c68bd27a1 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html @@ -20,6 +20,12 @@ Untitled Document + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html index 21335c8a0..c22319c70 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html @@ -20,6 +20,12 @@ Untitled Document + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html index 90530fd42..2db0a7f23 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html @@ -20,6 +20,12 @@ Untitled Document + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html index 00fad0f36..98538de74 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html @@ -20,6 +20,12 @@ Untitled Document + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html index 8efa27a78..ae5720c60 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html @@ -20,6 +20,12 @@ Untitled Document + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template index 9a2769777..c912941d6 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template @@ -20,6 +20,12 @@ Display CRL + + + + + + + + + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template index 93cc6cdf3..830660381 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template @@ -20,6 +20,12 @@ List Certificate Authorities + + + + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html index 7da3025e3..585f35343 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html @@ -20,6 +20,12 @@ Untitled Document + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html index 2e4773a28..76a5a618b 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html @@ -20,6 +20,12 @@ Untitled Document + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html index ac99b752a..a1537e739 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html @@ -20,6 +20,12 @@ Untitled Document + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html index b019fe81f..f0980db50 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html @@ -20,6 +20,12 @@ Untitled Document + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html index f86dd059e..e7d2ca11e 100644 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html @@ -20,6 +20,12 @@ Untitled Document + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template index 7da892454..188ab256f 100755 --- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template @@ -20,6 +20,12 @@ Removing Certificate Authority + + + + + + - + + + + + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/services.template b/base/ocsp/shared/webapps/ocsp/services.template index a57a7f3b4..b5fd899ef 100644 --- a/base/ocsp/shared/webapps/ocsp/services.template +++ b/base/ocsp/shared/webapps/ocsp/services.template @@ -18,8 +18,12 @@ - - + + + + + +