From 46fda5d944772ac62675570037785e39c517002b Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 03:36:17 -0500 Subject: Reorganized CA, KRA, OCSP, TKS templates. All remaining theme files for Tomcat subsystems which include the templates and JS files have been moved from the theme folder at -ui/shared/webapps/ into the subsystem webapp folder at base//shared/webapps/. The deployment tools have been updated to use the new location. Ticket #407 --- .../ocsp/shared/webapps/ocsp/agent/ocsp/AddCA.html | 69 ++++++++++ .../shared/webapps/ocsp/agent/ocsp/AddCRL.html | 82 ++++++++++++ .../shared/webapps/ocsp/agent/ocsp/CheckCert.html | 69 ++++++++++ .../shared/webapps/ocsp/agent/ocsp/addCA.template | 59 +++++++++ .../shared/webapps/ocsp/agent/ocsp/addCRL.template | 59 +++++++++ .../webapps/ocsp/agent/ocsp/checkCert.template | 79 +++++++++++ .../shared/webapps/ocsp/agent/ocsp/frameAddCA.html | 32 +++++ .../webapps/ocsp/agent/ocsp/frameAddCRL.html | 32 +++++ .../webapps/ocsp/agent/ocsp/frameCheckCert.html | 32 +++++ .../webapps/ocsp/agent/ocsp/frameListCA.html | 32 +++++ .../shared/webapps/ocsp/agent/ocsp/frameOCSP.html | 32 +++++ .../shared/webapps/ocsp/agent/ocsp/frameStats.html | 32 +++++ .../webapps/ocsp/agent/ocsp/getOCSPInfo.template | 118 +++++++++++++++++ .../webapps/ocsp/agent/ocsp/getStats.template | 141 ++++++++++++++++++++ .../ocsp/shared/webapps/ocsp/agent/ocsp/index.html | 33 +++++ .../webapps/ocsp/agent/ocsp/listCAs.template | 146 +++++++++++++++++++++ .../shared/webapps/ocsp/agent/ocsp/menuAddCA.html | 50 +++++++ .../shared/webapps/ocsp/agent/ocsp/menuAddCRL.html | 50 +++++++ .../webapps/ocsp/agent/ocsp/menuCheckCert.html | 50 +++++++ .../shared/webapps/ocsp/agent/ocsp/menuListCA.html | 50 +++++++ .../shared/webapps/ocsp/agent/ocsp/menuOCSP.html | 50 +++++++ .../shared/webapps/ocsp/agent/ocsp/menuStats.html | 54 ++++++++ .../webapps/ocsp/agent/ocsp/removeCA.template | 65 +++++++++ 23 files changed, 1416 insertions(+) create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCA.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/addCRL.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/checkCert.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCA.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/getStats.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/index.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCA.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html create mode 100755 base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template (limited to 'base/ocsp/shared/webapps/ocsp/agent/ocsp') diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCA.html new file mode 100644 index 000000000..43f2503a1 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCA.html @@ -0,0 +1,69 @@ + + + + +Add Certificate Authority + + + + + +Add Certificate Authority
+ +Use this form to add the certificate chain of a Certificate Authority whose CRL will be accepted by this OCSP Authority. + + + + +
 
+ +
+ + + + + + + + +
+ Base 64 encoded certificate (including header and footer): +
+ +
+ +

+
+ + + + +
+ + +
+ +

+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html new file mode 100644 index 000000000..4a6878a00 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html @@ -0,0 +1,82 @@ + + + + +Add Certificate Revocation List + + + + + +Add Certificate Revocation List
+ +Use this form to add the certificate revocation list of a Certificate Authority. + + + + +
 
+ +
+ + + + + + + + + + + + + + + + +
+ Base 64 encoded Certificate revocation list (including header and footer): +
+ +
+ + +
+
+
+ +

+
+ + + + +
+ + +
+ +

+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html new file mode 100644 index 000000000..ca15f1404 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html @@ -0,0 +1,69 @@ + + + + +Check Certificate Status + + + + + +Check Certificate Status
+ +Use this form to confirm the status of a certificate. + + + + +
 
+ +
+ + + + + + + + +
+ Base 64 encoded certificate: +
+ +
+ +

+
+ + + + +
+ + +
+ +

+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template new file mode 100644 index 000000000..3205ee0b9 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template @@ -0,0 +1,59 @@ + + + + + Adding Certificate Authority + + + + + + + + + + +Adding Certificate Authority +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCRL.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCRL.template new file mode 100644 index 000000000..99f227c47 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCRL.template @@ -0,0 +1,59 @@ + + + + + Adding Certificate Revocation List + + + + + + + + + + +Adding Certificate Revocation List +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/checkCert.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/checkCert.template new file mode 100644 index 000000000..5e8b8938c --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/checkCert.template @@ -0,0 +1,79 @@ + + + + + Check Certificate Status + + + + + + + + + + +Online Certificate Status +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCA.html new file mode 100644 index 000000000..afb888caf --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCA.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html new file mode 100644 index 000000000..28be03545 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html new file mode 100644 index 000000000..21335c8a0 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html new file mode 100644 index 000000000..90530fd42 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html new file mode 100644 index 000000000..00fad0f36 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html new file mode 100644 index 000000000..8efa27a78 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template new file mode 100644 index 000000000..9a2769777 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template @@ -0,0 +1,118 @@ + + + + + Display CRL + + + + + + + + + + +OCSP Service +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/getStats.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/getStats.template new file mode 100644 index 000000000..59ae3e6d3 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/getStats.template @@ -0,0 +1,141 @@ + + + + + Display CRL + + + + + + + + + + +Statistics +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/index.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/index.html new file mode 100644 index 000000000..b94135258 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/index.html @@ -0,0 +1,33 @@ + + + + +OCSP Agent + + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template new file mode 100644 index 000000000..93cc6cdf3 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template @@ -0,0 +1,146 @@ + + + + + List Certificate Authorities + + + + + + + + + + +List Certificate Authorities +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCA.html new file mode 100644 index 000000000..6b4419f78 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCA.html @@ -0,0 +1,50 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html new file mode 100644 index 000000000..7da3025e3 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html @@ -0,0 +1,50 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html new file mode 100644 index 000000000..2e4773a28 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html @@ -0,0 +1,50 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html new file mode 100644 index 000000000..ac99b752a --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html @@ -0,0 +1,50 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html new file mode 100644 index 000000000..b019fe81f --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html @@ -0,0 +1,50 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html new file mode 100644 index 000000000..f86dd059e --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html @@ -0,0 +1,54 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ Statistics
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template new file mode 100755 index 000000000..7da892454 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template @@ -0,0 +1,65 @@ + + + + + Removing Certificate Authority + + + + + + + + + + +Removing Certificate Authority +
+ + + + +
 
+
+ + + + + + -- cgit