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 --- .../webapps/ca/agent/ca/EnrollSuccess.template | 219 +++ .../shared/webapps/ca/agent/ca/ImportCert.template | 263 +++ .../shared/webapps/ca/agent/ca/ListRequests.html | 112 ++ .../webapps/ca/agent/ca/ProfileApprove.template | 165 ++ .../webapps/ca/agent/ca/ProfileList.template | 75 + .../webapps/ca/agent/ca/ProfileProcess.template | 179 +++ .../webapps/ca/agent/ca/ProfileReview.template | 404 +++++ .../webapps/ca/agent/ca/ProfileSelect.template | 175 ++ base/ca/shared/webapps/ca/agent/ca/SrchCert.html | 1694 ++++++++++++++++++++ .../shared/webapps/ca/agent/ca/SrchRequests.html | 384 +++++ .../shared/webapps/ca/agent/ca/SrchRevokeCert.html | 1137 +++++++++++++ base/ca/shared/webapps/ca/agent/ca/UpdateDir.html | 367 +++++ base/ca/shared/webapps/ca/agent/ca/blank.html | 27 + .../webapps/ca/agent/ca/bulkissuance.template | 24 + .../webapps/ca/agent/ca/cloneRedirect.template | 41 + .../webapps/ca/agent/ca/confirmRevocation.template | 212 +++ .../webapps/ca/agent/ca/displayBySerial.template | 298 ++++ .../webapps/ca/agent/ca/displayBySerial2.template | 131 ++ .../shared/webapps/ca/agent/ca/displayCRL.template | 217 +++ .../ca/agent/ca/displayCertFromRequest.template | 197 +++ base/ca/shared/webapps/ca/agent/ca/error.template | 56 + base/ca/shared/webapps/ca/agent/ca/frameCRL.html | 32 + base/ca/shared/webapps/ca/agent/ca/frameDir.html | 32 + .../webapps/ca/agent/ca/frameDisplayCRL.html | 32 + base/ca/shared/webapps/ca/agent/ca/frameList.html | 32 + .../shared/webapps/ca/agent/ca/frameListReq.html | 32 + base/ca/shared/webapps/ca/agent/ca/frameOCSP.html | 32 + .../shared/webapps/ca/agent/ca/frameProfile.html | 32 + .../ca/shared/webapps/ca/agent/ca/frameRevoke.html | 32 + .../ca/shared/webapps/ca/agent/ca/frameSearch.html | 32 + .../webapps/ca/agent/ca/frameSrchRequests.html | 32 + base/ca/shared/webapps/ca/agent/ca/frameStats.html | 32 + .../webapps/ca/agent/ca/getOCSPInfo.template | 117 ++ .../shared/webapps/ca/agent/ca/getStats.template | 140 ++ base/ca/shared/webapps/ca/agent/ca/index.html | 33 + base/ca/shared/webapps/ca/agent/ca/menuCRL.html | 75 + base/ca/shared/webapps/ca/agent/ca/menuDir.html | 75 + .../shared/webapps/ca/agent/ca/menuDisplayCRL.html | 75 + base/ca/shared/webapps/ca/agent/ca/menuList.html | 75 + .../ca/shared/webapps/ca/agent/ca/menuListReq.html | 74 + base/ca/shared/webapps/ca/agent/ca/menuOCSP.html | 75 + .../ca/shared/webapps/ca/agent/ca/menuProfile.html | 75 + base/ca/shared/webapps/ca/agent/ca/menuRevoke.html | 70 + base/ca/shared/webapps/ca/agent/ca/menuSearch.html | 75 + .../webapps/ca/agent/ca/menuSrchRequests.html | 75 + base/ca/shared/webapps/ca/agent/ca/menuStats.html | 74 + base/ca/shared/webapps/ca/agent/ca/monitor.html | 77 + .../ca/shared/webapps/ca/agent/ca/monitor.template | 200 +++ .../shared/webapps/ca/agent/ca/notImplemented.html | 30 + .../webapps/ca/agent/ca/processCertReq.template | 228 +++ .../shared/webapps/ca/agent/ca/processReq.template | 1415 ++++++++++++++++ .../shared/webapps/ca/agent/ca/queryBySerial.html | 186 +++ base/ca/shared/webapps/ca/agent/ca/queryCert.html | 1543 ++++++++++++++++++ .../shared/webapps/ca/agent/ca/queryCert.template | 527 ++++++ .../shared/webapps/ca/agent/ca/queryReq.template | 453 ++++++ .../webapps/ca/agent/ca/reasonToRevoke.template | 491 ++++++ .../webapps/ca/agent/ca/revocationResult.template | 190 +++ .../webapps/ca/agent/ca/revokeBySerial.template | 88 + base/ca/shared/webapps/ca/agent/ca/revokeCert.html | 1086 +++++++++++++ .../shared/webapps/ca/agent/ca/srchCert.template | 435 +++++ .../webapps/ca/agent/ca/toDisplayCRL.template | 364 +++++ .../webapps/ca/agent/ca/toUpdateCRL.template | 386 +++++ base/ca/shared/webapps/ca/agent/ca/top.html | 48 + .../ca/agent/ca/unrevocationResult.template | 127 ++ base/ca/shared/webapps/ca/agent/ca/updateCRL.html | 78 + .../shared/webapps/ca/agent/ca/updateCRL.template | 180 +++ .../shared/webapps/ca/agent/ca/updateDir.template | 99 ++ 67 files changed, 16068 insertions(+) create mode 100644 base/ca/shared/webapps/ca/agent/ca/EnrollSuccess.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ImportCert.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ListRequests.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/ProfileApprove.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ProfileList.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ProfileProcess.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ProfileReview.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ProfileSelect.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/SrchCert.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/SrchRequests.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/SrchRevokeCert.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/UpdateDir.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/blank.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/bulkissuance.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/cloneRedirect.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/confirmRevocation.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/displayBySerial.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/displayBySerial2.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/displayCRL.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/displayCertFromRequest.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/error.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameCRL.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameDir.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameDisplayCRL.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameList.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameListReq.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameOCSP.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameProfile.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameRevoke.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameSearch.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameSrchRequests.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameStats.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/getOCSPInfo.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/getStats.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/index.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuCRL.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuDir.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuDisplayCRL.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuList.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuListReq.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuOCSP.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuProfile.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuRevoke.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuSearch.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuSrchRequests.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuStats.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/monitor.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/monitor.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/notImplemented.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/processCertReq.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/processReq.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/queryBySerial.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/queryCert.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/queryCert.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/queryReq.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/reasonToRevoke.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/revocationResult.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/revokeBySerial.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/revokeCert.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/srchCert.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/toDisplayCRL.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/toUpdateCRL.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/top.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/unrevocationResult.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/updateCRL.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/updateCRL.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/updateDir.template (limited to 'base/ca/shared/webapps/ca/agent/ca') diff --git a/base/ca/shared/webapps/ca/agent/ca/EnrollSuccess.template b/base/ca/shared/webapps/ca/agent/ca/EnrollSuccess.template new file mode 100644 index 000000000..08bcd5240 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/EnrollSuccess.template @@ -0,0 +1,219 @@ + + + + + + + +CS Enroll Request Success + + + + + + + + +Enrollment Success + + + +

+ + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/ImportCert.template b/base/ca/shared/webapps/ca/agent/ca/ImportCert.template new file mode 100644 index 000000000..37ad258c0 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ImportCert.template @@ -0,0 +1,263 @@ + + + + + + +CS Enroll Request Success + + + + + + +Import Certificate(s) + + + + + + + + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/ListRequests.html b/base/ca/shared/webapps/ca/agent/ca/ListRequests.html new file mode 100644 index 000000000..882f43ee3 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ListRequests.html @@ -0,0 +1,112 @@ + + + + +List Certificate Service Requests + + + + + + + +List Requests
+ +Use this form to show a list of certificate requests. + + + + +
 
+ +

+ + + + + + + + + + + + + + +
+ Request type: + + +
+ Request status: + + +
+ Starting request number:
+
+ +

+
+ + + + +
+    + first  + + + records    + +
+ +

+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/ProfileApprove.template b/base/ca/shared/webapps/ca/agent/ca/ProfileApprove.template new file mode 100644 index 000000000..ff8613b42 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ProfileApprove.template @@ -0,0 +1,165 @@ + + + + +Manage Certificate Profiles
+ +Use this form to approve a certificate profile. + + + + +
 
+

+

+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/ProfileList.template b/base/ca/shared/webapps/ca/agent/ca/ProfileList.template new file mode 100644 index 000000000..42e0f5cb3 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ProfileList.template @@ -0,0 +1,75 @@ + + + + +Manage Certificate Profiles
+ +Use this form to approve a certificate profile. + + + + +
 
+

+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/ProfileProcess.template b/base/ca/shared/webapps/ca/agent/ca/ProfileProcess.template new file mode 100644 index 000000000..95c38b2f3 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ProfileProcess.template @@ -0,0 +1,179 @@ + + + + + + + + + + + +
 
+

+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/ProfileReview.template b/base/ca/shared/webapps/ca/agent/ca/ProfileReview.template new file mode 100644 index 000000000..d3b997026 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ProfileReview.template @@ -0,0 +1,404 @@ + + + + + + + + + + + + +
 
+

+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/ProfileSelect.template b/base/ca/shared/webapps/ca/agent/ca/ProfileSelect.template new file mode 100644 index 000000000..87bf61f45 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ProfileSelect.template @@ -0,0 +1,175 @@ + + + + +Approve Certificate Profile
+ +Use this form to approve a certificate profile. + + + + +
 
+

+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/SrchCert.html b/base/ca/shared/webapps/ca/agent/ca/SrchCert.html new file mode 100644 index 000000000..f3c8db026 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/SrchCert.html @@ -0,0 +1,1694 @@ + + + + + Search for Certificates + + + + + + + +Search for Certificates +
+ +Use this form to compose queries based on properties of the certificate. + + + + + + +
 
+ + +Each section below filters the search. Check the box at the top of the +section if you want to use that filter in your search, then complete the fields. +Leave a box unchecked to ignore that filter. You can click more than one box +to get a combination of search criteria. + + + + + + +
 
+ +Serial Number Range + + + + + + + + + + + + + + + + + + +
+ +Show certificates that fall within the following range: +
  +Lowest serial number: +(leave blank for no lower limit)
  +Highest serial number: +(leave blank for no upper limit)
+

+ +Enter a range of certificate serial numbers in hexadecimal form +(starting with 0x, as in the certificate list), or in decimal form. + + + + + + + + + +
 
+Status +
+ + + + + +
+ +Show certificates that are + + +
+
+ + + + + + +
 
+ +Subject Name +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates with a subject name matching the following: + +
  +Email address: +
  +Common name: +
  +User ID: +
  +Organization unit: +
  +Organization: +
  +Locality: +
  +State: +
  +Country: +
  +Match Method: + + +Exact +
   + +Partial +
+
+ + +Enter values for the fields you want to have in your search criteria. +Leave other fields blank. +

+Exact match method finds certificates for subjects whose name consists +exactly of the components that you have filled in above, and contains +none of the components you have left blank. Pattern matching wildcard +values cannot be used in this search. +

+Partial match method finds certificates for subjects whose name consists +in part of the components you have specified above, and in addition +may contain arbitrary values for the other components you have left blank above. +Pattern matching wildcard values can be used in this search. +
+ + + + + + + +
 
+ + +Revocation Information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates revoked by:  + +
+ + + +Show certificates revoked during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + +
+ + + +Show certificates revoked from the reason:  +
+ +
+ + + + + + + +
 
+ + +Issuing Information + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates issued by:  +
+ +Show certificates issued according to the profile:  +
+ +Show certificates issued during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + +
 
+ + +Dates of Validity + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates effective during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates expired during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + +
+ +Show certificates with a validity period:
  + +than + + +
+ + + + + + + + +
 
+ +Basic Constraints + +
+ + + + + +
+ +Show CA certificates (based on Basic Constraints extension). +
+
+ + + + + + + + +
 
+ + +Type + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates of the following types: +
  +SSL client: + + +
  +SSL server: + + +
  +Secure email: + + +
  +Subordinate SSL CA: + + +
  +Subordinate email CA: + + +
+
+ + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
+ +Limits + + + + + + + + + +
+      + Maximum results: + + +
+      + Time limit (in seconds): + + +
+
+ + + + + +
+    + +
+ +
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/SrchRequests.html b/base/ca/shared/webapps/ca/agent/ca/SrchRequests.html new file mode 100644 index 000000000..08433aa7d --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/SrchRequests.html @@ -0,0 +1,384 @@ + + + + + Search for Requests + + + + + + + +Search for Requests +
+ +Use this form to compose queries based on properties of the request. + + + + + + +
 
+ + +Each section below filters the search. Check the box at the top of the +section if you want to use that filter in your search, then complete the fields. +Leave a box unchecked to ignore that filter. You can click more than one box +to get a combination of search criteria. + + + + + + +
 
+ +Request ID Range +
+ + + + + + + + + + + + + + + + + +
+ +Show requests that fall within the following range: +
  +Lowest request id: +(leave blank for no lower limit)
  +Highest request id: +(leave blank for no upper limit)
+
+ +Enter a range of request IDs in decimal form. + + + + + + + + + +
 
+ +Request Type +
+ + + + + +
+ +Show requests that are of + +type + +
+
+ + + + + + +
 
+ +Request Status +
+ + + + + +
+ +Show requests that are in + +status + +
+
+ + + +
+ + + +
+ + + + + + + +
 
+ +Request Owner + + + + + + + + + + + + + +
+ +Show requests that belong to the user specified as below: +
  + + self +
  + + uid= + +
+
+ + +Limits + + + + + + + + + +
+      + Maximum results: + + +
+      + Time limit (in seconds): + + +
+
+ + + + + + + + + +
+    +
+ +
+ + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/SrchRevokeCert.html b/base/ca/shared/webapps/ca/agent/ca/SrchRevokeCert.html new file mode 100644 index 000000000..4f11ddf33 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/SrchRevokeCert.html @@ -0,0 +1,1137 @@ + + + + + Revoke Certificates + + + + + + + + +Revoke Certificates
+ +Use this form to revoke a set of certificates determined by one +or more properties of the certificate. + + + + + + +
 
+ + +Each section below filters the set of certificates to be revoked. +Check the box at the top of the section if you want to use that +filter in your search, then complete the fields. Leave a box +unchecked to ignore that filter. You can click more than one box +to get a combination of search criteria. +

+You will be given a chance to examine the certificates before +they are revoked. + + + + + + + +
 
+ +Serial Number Range +

+ + + + + + + + + + + + + + + + + +
+ +Revoke certificates that fall within the following range: +
  +Lowest serial number: +(leave blank for no lower limit)
  +Highest serial number: +(leave blank for no upper limit)
+
+ +Enter a range of certificate serial numbers in hexadecimal form +(starting with 0x, as in the certificate list), or in decimal form. + + + + + + + + + +
 
+ +Subject Name +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates with a subject name matching the following: + +
  +Email address: +
  +Common name: +
  +User ID: +
  +Organization unit: +
  +Organization: +
  +Locality: +
  +State: +
  +Country: +
  +Match Method: + + +Exact +
   + +Partial +
+
+ + +Enter values for the fields you want to have in your search criteria. +Leave other fields blank. +

+Exact match method revokes certificates for subjects whose name consists +exactly of the components that you have filled in above, and contains +none of the components you have left blank. Pattern matching wildcard +values cannot be used in this search. +

+Partial match method revokes certificates for subjects whose name consists +in part of the components you have specified above, and in addition +may contain arbitrary values for the other components you have left blank above. +Pattern matching wildcard values can be used in this search. +
+ + + + + + + + + +
 
+ + +Issuing Information + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +Revoke certificates issued by:  +
+ +Revoke certificates issued during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + +
 
+ + +Dates of Validity + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates effective during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates expire during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + +
+ +Revoke certificates with a validity period: +
  + +than + + +
+ + + + + + +
  + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
+ +Limits + + + + + + + + + +
+      + Maximum results: + + +
+      + Time limit (in seconds): + + +
+
+ + + + + +
+    + +
+ +
+ + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/UpdateDir.html b/base/ca/shared/webapps/ca/agent/ca/UpdateDir.html new file mode 100644 index 000000000..1fb9541cd --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/UpdateDir.html @@ -0,0 +1,367 @@ + + + + + Update Directory Server + + + + + + + + + + +Update Directory Server
+ + +In most cases, the directory is updated automatically with +the latest changes to certificates and certificate revocation lists. +In a few situations, however, you may need to update the directory manually. +Use this form to make updates manually. +

+Note:  Any certificates issued or revoked during +the update may not be reflected in the directory. +You can use this form again to update those certificates. + + + + + + +
 
+ +

+ + + + + +
+Skip certificates already marked as updated.
+ + +Check one or more of these boxes. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Update everything in the database to the directory. +
(This will include all selections below.)
+Update the certificate revocation list to the directory.
+Update Certificate Manager certificate to the directory.
+Update valid certificates to the directory.
+From serial number:  + +(leave blank for no lower limit)
+To serial number:  + +(leave blank for no upper limit)
+Remove expired certificates from the directory.
+From serial number:  + +(leave blank for no lower limit)
+To serial number:  + +(leave blank for no upper limit)
+Remove revoked certificates from the directory.
+From serial number:  + +(leave blank for no lower limit)
+To serial number:  + +(leave blank for no upper limit)
+ +
  + + + + + +
+   + +
+ +
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/blank.html b/base/ca/shared/webapps/ca/agent/ca/blank.html new file mode 100644 index 000000000..e41af69c4 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/blank.html @@ -0,0 +1,27 @@ + + + + +Untitled Document + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/bulkissuance.template b/base/ca/shared/webapps/ca/agent/ca/bulkissuance.template new file mode 100644 index 000000000..01f57455d --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/bulkissuance.template @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/cloneRedirect.template b/base/ca/shared/webapps/ca/agent/ca/cloneRedirect.template new file mode 100644 index 000000000..0f1ad7812 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/cloneRedirect.template @@ -0,0 +1,41 @@ + + + + Feature Unavailable to Clones + + + + +Feature Unavailable to Clones + + + + + + +
 
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/confirmRevocation.template b/base/ca/shared/webapps/ca/agent/ca/confirmRevocation.template new file mode 100644 index 000000000..c1061affa --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/confirmRevocation.template @@ -0,0 +1,212 @@ + + + + + +Certificate Revocation Confirmation + + + + +Certificate Revocation Confirmation
+Please confirm certificate revocation by selecting appropriate revocation reason(s) and submitting the form.

+ + + + + + +
Important:When making this + request you must use the browser environment in which you have access to your authentication certificate and key.
+

+ + +Certificate Details
+The details of the certificate being revoked are below: +
+

+ + + + + + + + + + + + + + +
Serial Number: + +
Subject Name: + +
Valid: + +
+ + +
+ + + + + + + + + + + + + + + + +
Select Revocation Reason
+
+ Please select one or more reasons for revocation.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Unspecified
+ + Key compromised
+ + CA Key Compromised
+ + Affiliation changed
+ + Certificate superceded
+ + Cessation of operation
+ + Certificate is on hold
+ + Privilege withdrawn
+
Additional + comments if any, regarding this request
+ Please write any additional comments directed to the person who will process + your certificate request.
+ +
+ + + + +
+
+ + + + + + +
+
+
+
+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/displayBySerial.template b/base/ca/shared/webapps/ca/agent/ca/displayBySerial.template new file mode 100644 index 000000000..5d994cd43 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/displayBySerial.template @@ -0,0 +1,298 @@ + + + + + Display Certificate + + + + + + + + +Certificate + +
+ + + + +
 
+ + +
+ +Certificate contents
+ +
+
+
+ + + +

+ +
+ +Installing this certificate in a server
+ +

+ +The following format can be used to install this certificate into a server. +

+Base 64 encoded certificate + +

+-----BEGIN CERTIFICATE-----
+
+-----END CERTIFICATE-----
+
+ + +

+Base 64 encoded certificate with CA certificate chain in pkcs7 format + +

+-----BEGIN CERTIFICATE CHAIN-----
+
+-----END CERTIFICATE CHAIN-----
+
+ +

+ + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/displayBySerial2.template b/base/ca/shared/webapps/ca/agent/ca/displayBySerial2.template new file mode 100644 index 000000000..4a193e324 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/displayBySerial2.template @@ -0,0 +1,131 @@ + + + + + Display Certificate + + + + + + + + + +Certificate + +
+ + + + +
 
+ + +
+ +Certificate contents
+ +

+
+
+ +

+ +
+ +Installing this certificate in a server
+ +

+ +The following format can be used to install this certificate into a server. +

+Base 64 encoded certificate + +

+-----BEGIN CERTIFICATE CHAIN-----
+
+-----END CERTIFICATE CHAIN-----
+
+ +

+ +
+ +Downloading this certificate
+

+ +To download the certificate into your system, click the following button. + +

+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/displayCRL.template b/base/ca/shared/webapps/ca/agent/ca/displayCRL.template new file mode 100644 index 000000000..988c6db51 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/displayCRL.template @@ -0,0 +1,217 @@ + + + + + Display CRL + + + + + + + + + +Certificate Revocation List +
+ + + + +
 
+
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/displayCertFromRequest.template b/base/ca/shared/webapps/ca/agent/ca/displayCertFromRequest.template new file mode 100644 index 000000000..f1148570c --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/displayCertFromRequest.template @@ -0,0 +1,197 @@ + + + + + + +CS Enroll Request Success + + + + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/error.template b/base/ca/shared/webapps/ca/agent/ca/error.template new file mode 100644 index 000000000..b1940a820 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/error.template @@ -0,0 +1,56 @@ + + + + + +Certificate Service Error + + +

Problem Processing Your Request

+

+The certificate service encountered a problem when processing your +request. This problem may indicate a flaw in the form used to +submit your request or the values that were entered into the form. +The following message supplies more information about the error +that occurred. +

+

+
+
+ + +

+Please consult your local administrator for further assistance. +The certificate server's log may provide further information. + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameCRL.html b/base/ca/shared/webapps/ca/agent/ca/frameCRL.html new file mode 100644 index 000000000..a0483c7e4 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameCRL.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameDir.html b/base/ca/shared/webapps/ca/agent/ca/frameDir.html new file mode 100644 index 000000000..bcf5df10e --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameDir.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameDisplayCRL.html b/base/ca/shared/webapps/ca/agent/ca/frameDisplayCRL.html new file mode 100644 index 000000000..79a11aab6 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameDisplayCRL.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameList.html b/base/ca/shared/webapps/ca/agent/ca/frameList.html new file mode 100644 index 000000000..98f514696 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameList.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameListReq.html b/base/ca/shared/webapps/ca/agent/ca/frameListReq.html new file mode 100644 index 000000000..c4b3d1e62 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameListReq.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameOCSP.html b/base/ca/shared/webapps/ca/agent/ca/frameOCSP.html new file mode 100644 index 000000000..8cc976d02 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameOCSP.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameProfile.html b/base/ca/shared/webapps/ca/agent/ca/frameProfile.html new file mode 100644 index 000000000..2a15bae4c --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameProfile.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameRevoke.html b/base/ca/shared/webapps/ca/agent/ca/frameRevoke.html new file mode 100644 index 000000000..ebaee6df8 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameRevoke.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameSearch.html b/base/ca/shared/webapps/ca/agent/ca/frameSearch.html new file mode 100644 index 000000000..b75a6272b --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameSearch.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameSrchRequests.html b/base/ca/shared/webapps/ca/agent/ca/frameSrchRequests.html new file mode 100644 index 000000000..0e73ea82f --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameSrchRequests.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameStats.html b/base/ca/shared/webapps/ca/agent/ca/frameStats.html new file mode 100644 index 000000000..75a4dbebb --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameStats.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/getOCSPInfo.template b/base/ca/shared/webapps/ca/agent/ca/getOCSPInfo.template new file mode 100644 index 000000000..cfafd6208 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/getOCSPInfo.template @@ -0,0 +1,117 @@ + + + + + Display CRL + + + + + + + + + +OCSP Service +
+ + + + +
 
+
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/getStats.template b/base/ca/shared/webapps/ca/agent/ca/getStats.template new file mode 100644 index 000000000..0af670816 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/getStats.template @@ -0,0 +1,140 @@ + + + + + Display CRL + + + + + + + + + +Statistics +
+ + + + +
 
+
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/index.html b/base/ca/shared/webapps/ca/agent/ca/index.html new file mode 100644 index 000000000..9dc579977 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/index.html @@ -0,0 +1,33 @@ + + + + +CA Agent + + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuCRL.html b/base/ca/shared/webapps/ca/agent/ca/menuCRL.html new file mode 100644 index 000000000..2c4984e9e --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuCRL.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuDir.html b/base/ca/shared/webapps/ca/agent/ca/menuDir.html new file mode 100644 index 000000000..7fa9f658d --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuDir.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuDisplayCRL.html b/base/ca/shared/webapps/ca/agent/ca/menuDisplayCRL.html new file mode 100644 index 000000000..de76603c4 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuDisplayCRL.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuList.html b/base/ca/shared/webapps/ca/agent/ca/menuList.html new file mode 100644 index 000000000..21452599d --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuList.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuListReq.html b/base/ca/shared/webapps/ca/agent/ca/menuListReq.html new file mode 100644 index 000000000..f3b541962 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuListReq.html @@ -0,0 +1,74 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuOCSP.html b/base/ca/shared/webapps/ca/agent/ca/menuOCSP.html new file mode 100644 index 000000000..0b73aa60e --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuOCSP.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuProfile.html b/base/ca/shared/webapps/ca/agent/ca/menuProfile.html new file mode 100644 index 000000000..a7bcd66df --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuProfile.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuRevoke.html b/base/ca/shared/webapps/ca/agent/ca/menuRevoke.html new file mode 100644 index 000000000..1148bf7c4 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuRevoke.html @@ -0,0 +1,70 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuSearch.html b/base/ca/shared/webapps/ca/agent/ca/menuSearch.html new file mode 100644 index 000000000..a088ef030 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuSearch.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuSrchRequests.html b/base/ca/shared/webapps/ca/agent/ca/menuSrchRequests.html new file mode 100644 index 000000000..3b16a1a20 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuSrchRequests.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuStats.html b/base/ca/shared/webapps/ca/agent/ca/menuStats.html new file mode 100644 index 000000000..c251356bd --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuStats.html @@ -0,0 +1,74 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/monitor.html b/base/ca/shared/webapps/ca/agent/ca/monitor.html new file mode 100644 index 000000000..59e2f4078 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/monitor.html @@ -0,0 +1,77 @@ + + + + + Performance Monitor + + + + + + +Performance Monitor +
+ +Use this form to query performance of this authority within a specified time range. + + + + + +
 
+ +

+ + + + + + + + + + + + + + + + + +
+ Start time:  + +  (use one of two formats YYYYMMDDHHMMSS or -S) +
+ Interval length:  +  
+     Number of intervals:  +  
+
+ + + + + +
+    +
+
+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/monitor.template b/base/ca/shared/webapps/ca/agent/ca/monitor.template new file mode 100644 index 000000000..73c3eb736 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/monitor.template @@ -0,0 +1,200 @@ + + + +Monitor + + + + +Monitor + + + + + +
 
+ + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/notImplemented.html b/base/ca/shared/webapps/ca/agent/ca/notImplemented.html new file mode 100644 index 000000000..cbdd43f6a --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/notImplemented.html @@ -0,0 +1,30 @@ + + + + +Not implemented + + + +Not Implemented
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/processCertReq.template b/base/ca/shared/webapps/ca/agent/ca/processCertReq.template new file mode 100644 index 000000000..4d263fefd --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/processCertReq.template @@ -0,0 +1,228 @@ + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/processReq.template b/base/ca/shared/webapps/ca/agent/ca/processReq.template new file mode 100644 index 000000000..172125e38 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/processReq.template @@ -0,0 +1,1415 @@ + + + + + Display Request + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/queryBySerial.html b/base/ca/shared/webapps/ca/agent/ca/queryBySerial.html new file mode 100644 index 000000000..4cc7b9163 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/queryBySerial.html @@ -0,0 +1,186 @@ + + + + + List Certificates Within a Serial Number Range + + + + + + + + + +List Certificates +
+ +Use this form to list certificates whose serial numbers fall within a specified range. + + + + + +
 
+ +
+ + + +

+ +Enter a range of certificate serial numbers in hexadecimal form +(starting with 0x, as in the certificate list), or in decimal form. + + +

+ + + + + + + + + + + +
+ Lowest serial number + + (leave blank for no lower limit) +
+ Highest serial number + (leave blank for no upper limit) +
+ +

+ + +Do not show certificates that have been revoked +
+ + +Do not show certificates that have expired or are not yet valid +
  +
  + + + + + +
+    + first  + + + + + records    + +
+

+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/queryCert.html b/base/ca/shared/webapps/ca/agent/ca/queryCert.html new file mode 100644 index 000000000..a7ba0d045 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/queryCert.html @@ -0,0 +1,1543 @@ + + + + + Search for Certificates + + + + + + + +Search for Certificates +
+ +Use this form to compose queries based on properties of the certificate. + + + + + + +
 
+ + +Each section below filters the search. Check the box at the top of the +section if you want to use that filter in your search, then complete the fields. +Leave a box unchecked to ignore that filter. You can click more than one box +to get a combination of search criteria. + + + + + + +
 
+ +Serial Number Range +
+ + + + + + + + + + + + + + + + + +
+ +Show certificates that fall within the following range: +
  +Lowest serial number: +(leave blank for no lower limit)
  +Highest serial number: +(leave blank for no upper limit)
+
+ +Enter a range of certificate serial numbers in hexadecimal form +(starting with 0x, as in the certificate list), or in decimal form. + + + + + + + + + +
 
+Status +
+ + + + + +
+ +Show certificates that are + + +
+
+ + + + + + +
 
+ +Subject Name +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates with a subject name matching the following: + +
  +Email address: +
  +Common name: +
  +User ID: +
  +Organization unit: +
  +Organization: +
  +Locality: +
  +State: +
  +Country: +
  +Match Method: + + +Exact +
   + +Partial +
+
+ + +Enter values for the fields you want to have in your search criteria. +Leave other fields blank. +

+Exact match method finds certificates for subjects whose name consists +exactly of the components that you have filled in above, and contains +none of the components you have left blank. Pattern matching wildcard +values cannot be used in this search. +

+Partial match method finds certificates for subjects whose name consists +in part of the components you have specified above, and in addition +may contain arbitrary values for the other components you have left blank above. +Pattern matching wildcard values can be used in this search. +
+ + + + + + + +
 
+ + +Revocation Information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates revoked by:  + +
+ + + +Show certificates revoked during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + +
+ + + +Show certificates revoked from the reason:  +
+ +
+ + + + + + + +
 
+ + +Issuing Information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates issued by:  +
+ +Show certificates issued during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + +
 
+ + +Dates of Validity + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates effective during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates expired during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + +
+ +Show certificates with a validity period:
  + +than + + +
+ + + + + + + +
 
+ + +Type + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates of the following types: +
  +SSL client: + + +
  +SSL server: + + +
  +Secure email: + + +
  +Subordinate SSL CA: + + +
  +Subordinate email CA: + + +
+
+ + + +
+ + + +
+ + + + + + + +
+    + first  + + records    + +
+ +
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/queryCert.template b/base/ca/shared/webapps/ca/agent/ca/queryCert.template new file mode 100644 index 000000000..40ee64b0c --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/queryCert.template @@ -0,0 +1,527 @@ + + + + +Query Certificate + + + + + + + + + +Search Results +
+ + + + +
 
+ + + + +
+ + +
+
+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/queryReq.template b/base/ca/shared/webapps/ca/agent/ca/queryReq.template new file mode 100644 index 000000000..ed8285bb6 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/queryReq.template @@ -0,0 +1,453 @@ + + + + + Request Queue + + + + + + +Request Queue +
+ + + + + +
 
+ + + + + +
+ + +
+
+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/reasonToRevoke.template b/base/ca/shared/webapps/ca/agent/ca/reasonToRevoke.template new file mode 100644 index 000000000..ffb648beb --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/reasonToRevoke.template @@ -0,0 +1,491 @@ + + + + + +Certificate Revocation Confirmation + + + + + + + + +Certificate Revocation Confirmation
+ +Use this form to confirm certificate revocation by selecting appropriate +revocation reason and submitting the form. + + + + + +
 
+ + + + + + +
Important:When making this + request you must use the browser environment in which you have access to your authentication certificate and key.
+

+ + +Certificate Details
+The details of the certificate being revoked are below: +
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
+ + Select Invalidity Date
+ + Please select the date on which it is known or suspected that the private key + was compromised or that the certificate otherwise became invalid. +
+ + + Invalidity date:  + + + +
  +
+
+ + Select Revocation Reason
+ + Please select reason for revocation. +
+ +
+
+ + Additional Comments
+ If you want to include any additional comments in your revocation request, write them here. +
+
+ +
+
+ + + + + + + +
+    + + +    + + +
+
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/revocationResult.template b/base/ca/shared/webapps/ca/agent/ca/revocationResult.template new file mode 100644 index 000000000..bd356841d --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/revocationResult.template @@ -0,0 +1,190 @@ + + + + +Revocation Result + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/revokeBySerial.template b/base/ca/shared/webapps/ca/agent/ca/revokeBySerial.template new file mode 100644 index 000000000..cae2a93da --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/revokeBySerial.template @@ -0,0 +1,88 @@ + + + + Certificate Revocation Result + + +

Certificate Revocation Result

+

+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/revokeCert.html b/base/ca/shared/webapps/ca/agent/ca/revokeCert.html new file mode 100644 index 000000000..7bfc6f6ef --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/revokeCert.html @@ -0,0 +1,1086 @@ + + + + + Revoke Certificates + + + + + + + + +Revoke Certificates
+ +Use this form to revoke a set of certificates determined by one +or more properties of the certificate. + + + + + + +
 
+ + +Each section below filters the set of certificates to be revoked. +Check the box at the top of the section if you want to use that +filter in your search, then complete the fields. Leave a box +unchecked to ignore that filter. You can click more than one box +to get a combination of search criteria. +

+You will be given a chance to examine the certificates before +they are revoked. + + + + + + + +
 
+ +Serial Number Range +

+ + + + + + + + + + + + + + + + + +
+ +Revoke certificates that fall within the following range: +
  +Lowest serial number: +(leave blank for no lower limit)
  +Highest serial number: +(leave blank for no upper limit)
+
+ +Enter a range of certificate serial numbers in hexadecimal form +(starting with 0x, as in the certificate list), or in decimal form. + + + + + + + + + +
 
+ +Subject Name +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates with a subject name matching the following: + +
  +Email address: +
  +Common name: +
  +User ID: +
  +Organization unit: +
  +Organization: +
  +Locality: +
  +State: +
  +Country: +
  +Match Method: + + +Exact +
   + +Partial +
+
+ + +Enter values for the fields you want to have in your search criteria. +Leave other fields blank. +

+Exact match method revokes certificates for subjects whose name consists +exactly of the components that you have filled in above, and contains +none of the components you have left blank. Pattern matching wildcard +values cannot be used in this search. +

+Partial match method revokes certificates for subjects whose name consists +in part of the components you have specified above, and in addition +may contain arbitrary values for the other components you have left blank above. +Pattern matching wildcard values can be used in this search. +
+ + + + + + + + + +
 
+ + +Issuing Information + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +Revoke certificates issued by:  +
+ +Revoke certificates issued during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + +
 
+ + +Dates of Validity + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates effective during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates expire during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + +
+ +Revoke certificates with a validity period: +
  + +than + + +
+ + + +
  + +
+ + + + + + + + +
+    + first  + + records    + +
+ +
+ + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/srchCert.template b/base/ca/shared/webapps/ca/agent/ca/srchCert.template new file mode 100644 index 000000000..001b0e3b5 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/srchCert.template @@ -0,0 +1,435 @@ + + + + +Untitled Document + + + + +Search Results +
+ + + + +
 
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/toDisplayCRL.template b/base/ca/shared/webapps/ca/agent/ca/toDisplayCRL.template new file mode 100644 index 000000000..a2a30dd64 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/toDisplayCRL.template @@ -0,0 +1,364 @@ + + + + +Display Certificate Revocation List + + + + + + + + + +Display Certificate Revocation List
+ + +Use this form to view a certificate revocation list.
+The numbers displayed in the recent changes column are +representing newly revoked, taken off hold, and expired certificates. +
+ + + + + +
 
+ +
+ + + + + + + + + + +
+ + + + +
+ +
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/toUpdateCRL.template b/base/ca/shared/webapps/ca/agent/ca/toUpdateCRL.template new file mode 100644 index 000000000..8f7e1990c --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/toUpdateCRL.template @@ -0,0 +1,386 @@ + + + + +Update Certificate Revocation List + + + + + + + + +Update Certificate Revocation List
+ + +In most cases, the certificate revocation list (CRL) is updated automatically. +In a few situations, however, you may want to update the CRL manually. +Use this form to update the CRL manually. + + + + + + +
 
+ + + + + + + + + + + +
+ + +
+ + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/top.html b/base/ca/shared/webapps/ca/agent/ca/top.html new file mode 100644 index 000000000..f4033d0f4 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/top.html @@ -0,0 +1,48 @@ + + + + +Untitled Document + + + + + + + + +
+ + + + +
+ + + + + + +
Red Hat®
+ Certificate System
Certificate Authority Agent Services
+
+
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/unrevocationResult.template b/base/ca/shared/webapps/ca/agent/ca/unrevocationResult.template new file mode 100644 index 000000000..8080ce0d2 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/unrevocationResult.template @@ -0,0 +1,127 @@ + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/updateCRL.html b/base/ca/shared/webapps/ca/agent/ca/updateCRL.html new file mode 100644 index 000000000..700d167cf --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/updateCRL.html @@ -0,0 +1,78 @@ + + + + +Update Certificate Revocation List + + + + + + + +Update Certificate Revocation List
+ + +In most cases, the certificate revocation list (CRL) is updated automatically. +In a few situations, however, you may want to update the CRL manually. +Use this form to update the CRL manually. + + + + + + +
 
+ +
+ + +Signature algorithm: + + +
 
  + + + + + +
+ +   + + +
+ +
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/updateCRL.template b/base/ca/shared/webapps/ca/agent/ca/updateCRL.template new file mode 100644 index 000000000..2b05486b4 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/updateCRL.template @@ -0,0 +1,180 @@ + + + + Update Certificate Revocation List + + + + +Update Certificate Revocation List Result + + + + + + +
 
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/updateDir.template b/base/ca/shared/webapps/ca/agent/ca/updateDir.template new file mode 100644 index 000000000..942db568d --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/updateDir.template @@ -0,0 +1,99 @@ + + + + Update Directory Server Results + + + + +Update Directory Server Results + + + + + +
 
+ +
    + +
+
+ + -- cgit