From aec211595ec1e218b3d32280eb0c092cfbc95f45 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 -- .../ca-ui/shared/webapps/ca/agent/ca/SrchCert.html | 1694 -------------------- .../shared/webapps/ca/agent/ca/SrchRequests.html | 384 ----- .../shared/webapps/ca/agent/ca/SrchRevokeCert.html | 1137 ------------- .../shared/webapps/ca/agent/ca/UpdateDir.html | 367 ----- dogtag/ca-ui/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 --- .../shared/webapps/ca/agent/ca/error.template | 56 - .../ca-ui/shared/webapps/ca/agent/ca/frameCRL.html | 32 - .../ca-ui/shared/webapps/ca/agent/ca/frameDir.html | 32 - .../webapps/ca/agent/ca/frameDisplayCRL.html | 32 - .../shared/webapps/ca/agent/ca/frameList.html | 32 - .../shared/webapps/ca/agent/ca/frameListReq.html | 32 - .../shared/webapps/ca/agent/ca/frameOCSP.html | 32 - .../shared/webapps/ca/agent/ca/frameProfile.html | 32 - .../shared/webapps/ca/agent/ca/frameRevoke.html | 32 - .../shared/webapps/ca/agent/ca/frameSearch.html | 32 - .../webapps/ca/agent/ca/frameSrchRequests.html | 32 - .../shared/webapps/ca/agent/ca/frameStats.html | 32 - .../webapps/ca/agent/ca/getOCSPInfo.template | 117 -- .../shared/webapps/ca/agent/ca/getStats.template | 140 -- dogtag/ca-ui/shared/webapps/ca/agent/ca/index.html | 33 - .../ca-ui/shared/webapps/ca/agent/ca/menuCRL.html | 75 - .../ca-ui/shared/webapps/ca/agent/ca/menuDir.html | 75 - .../shared/webapps/ca/agent/ca/menuDisplayCRL.html | 75 - .../ca-ui/shared/webapps/ca/agent/ca/menuList.html | 75 - .../shared/webapps/ca/agent/ca/menuListReq.html | 74 - .../ca-ui/shared/webapps/ca/agent/ca/menuOCSP.html | 75 - .../shared/webapps/ca/agent/ca/menuProfile.html | 75 - .../shared/webapps/ca/agent/ca/menuRevoke.html | 70 - .../shared/webapps/ca/agent/ca/menuSearch.html | 75 - .../webapps/ca/agent/ca/menuSrchRequests.html | 75 - .../shared/webapps/ca/agent/ca/menuStats.html | 74 - .../ca-ui/shared/webapps/ca/agent/ca/monitor.html | 77 - .../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 --- .../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 - .../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 ----- dogtag/ca-ui/shared/webapps/ca/agent/ca/top.html | 48 - .../ca/agent/ca/unrevocationResult.template | 127 -- .../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 deletions(-) delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/EnrollSuccess.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ImportCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileApprove.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileList.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileProcess.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileReview.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileSelect.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRequests.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/blank.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/bulkissuance.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/cloneRedirect.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/confirmRevocation.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCRL.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCertFromRequest.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/error.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameCRL.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameDir.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameDisplayCRL.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameList.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameListReq.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameOCSP.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameProfile.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameRevoke.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameSearch.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameSrchRequests.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameStats.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/getOCSPInfo.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/getStats.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/index.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuCRL.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuDir.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuDisplayCRL.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuList.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuListReq.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuOCSP.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuProfile.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuRevoke.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuSearch.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuSrchRequests.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuStats.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/notImplemented.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/queryReq.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/revocationResult.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeBySerial.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/srchCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/top.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/unrevocationResult.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/updateDir.template (limited to 'dogtag/ca-ui/shared/webapps/ca/agent/ca') diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/EnrollSuccess.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/EnrollSuccess.template deleted file mode 100644 index 08bcd5240..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/EnrollSuccess.template +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - -CS Enroll Request Success - - - - - - - - -Enrollment Success - - - -

- - - - - - - - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ImportCert.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ImportCert.template deleted file mode 100644 index 37ad258c0..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ImportCert.template +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - -CS Enroll Request Success - - - - - - -Import Certificate(s) - - - - - - - - - - - - - - - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html deleted file mode 100644 index 882f43ee3..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileApprove.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileApprove.template deleted file mode 100644 index ff8613b42..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileApprove.template +++ /dev/null @@ -1,165 +0,0 @@ - - - - -Manage Certificate Profiles
- -Use this form to approve a certificate profile. - - - - -
 
-

-

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

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

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

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

- - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html deleted file mode 100644 index f3c8db026..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html +++ /dev/null @@ -1,1694 +0,0 @@ - - - - - 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/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRequests.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRequests.html deleted file mode 100644 index 08433aa7d..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRequests.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - 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/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html deleted file mode 100644 index 4f11ddf33..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html +++ /dev/null @@ -1,1137 +0,0 @@ - - - - - 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/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html deleted file mode 100644 index 1fb9541cd..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - 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/dogtag/ca-ui/shared/webapps/ca/agent/ca/blank.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/blank.html deleted file mode 100644 index e41af69c4..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/blank.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - -Untitled Document - - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/bulkissuance.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/bulkissuance.template deleted file mode 100644 index 01f57455d..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/bulkissuance.template +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/cloneRedirect.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/cloneRedirect.template deleted file mode 100644 index 0f1ad7812..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/cloneRedirect.template +++ /dev/null @@ -1,41 +0,0 @@ - - - - Feature Unavailable to Clones - - - - -Feature Unavailable to Clones - - - - - - -
 
- - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/confirmRevocation.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/confirmRevocation.template deleted file mode 100644 index c1061affa..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/confirmRevocation.template +++ /dev/null @@ -1,212 +0,0 @@ - - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial.template deleted file mode 100644 index 5d994cd43..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial.template +++ /dev/null @@ -1,298 +0,0 @@ - - - - - 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/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template deleted file mode 100644 index 4a193e324..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template +++ /dev/null @@ -1,131 +0,0 @@ - - - - - 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/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCRL.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCRL.template deleted file mode 100644 index 988c6db51..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCRL.template +++ /dev/null @@ -1,217 +0,0 @@ - - - - - Display CRL - - - - - - - - - -Certificate Revocation List -
- - - - -
 
-
- - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCertFromRequest.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCertFromRequest.template deleted file mode 100644 index f1148570c..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCertFromRequest.template +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - -CS Enroll Request Success - - - - - - - - - - - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/error.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/error.template deleted file mode 100644 index b1940a820..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/error.template +++ /dev/null @@ -1,56 +0,0 @@ - - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameCRL.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameCRL.html deleted file mode 100644 index a0483c7e4..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameCRL.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameDir.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameDir.html deleted file mode 100644 index bcf5df10e..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameDir.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameDisplayCRL.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameDisplayCRL.html deleted file mode 100644 index 79a11aab6..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameDisplayCRL.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameList.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameList.html deleted file mode 100644 index 98f514696..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameList.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameListReq.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameListReq.html deleted file mode 100644 index c4b3d1e62..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameListReq.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameOCSP.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameOCSP.html deleted file mode 100644 index 8cc976d02..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameOCSP.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameProfile.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameProfile.html deleted file mode 100644 index 2a15bae4c..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameProfile.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameRevoke.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameRevoke.html deleted file mode 100644 index ebaee6df8..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameRevoke.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameSearch.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameSearch.html deleted file mode 100644 index b75a6272b..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameSearch.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameSrchRequests.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameSrchRequests.html deleted file mode 100644 index 0e73ea82f..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameSrchRequests.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameStats.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameStats.html deleted file mode 100644 index 75a4dbebb..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/frameStats.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/getOCSPInfo.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/getOCSPInfo.template deleted file mode 100644 index cfafd6208..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/getOCSPInfo.template +++ /dev/null @@ -1,117 +0,0 @@ - - - - - Display CRL - - - - - - - - - -OCSP Service -
- - - - -
 
-
- - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/getStats.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/getStats.template deleted file mode 100644 index 0af670816..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/getStats.template +++ /dev/null @@ -1,140 +0,0 @@ - - - - - Display CRL - - - - - - - - - -Statistics -
- - - - -
 
-
- - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/index.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/index.html deleted file mode 100644 index 9dc579977..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - -CA Agent - - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuCRL.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuCRL.html deleted file mode 100644 index 2c4984e9e..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuCRL.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuDir.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuDir.html deleted file mode 100644 index 7fa9f658d..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuDir.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuDisplayCRL.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuDisplayCRL.html deleted file mode 100644 index de76603c4..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuDisplayCRL.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuList.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuList.html deleted file mode 100644 index 21452599d..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuList.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuListReq.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuListReq.html deleted file mode 100644 index f3b541962..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuListReq.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuOCSP.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuOCSP.html deleted file mode 100644 index 0b73aa60e..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuOCSP.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuProfile.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuProfile.html deleted file mode 100644 index a7bcd66df..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuProfile.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuRevoke.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuRevoke.html deleted file mode 100644 index 1148bf7c4..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuRevoke.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuSearch.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuSearch.html deleted file mode 100644 index a088ef030..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuSearch.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuSrchRequests.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuSrchRequests.html deleted file mode 100644 index 3b16a1a20..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuSrchRequests.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuStats.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuStats.html deleted file mode 100644 index c251356bd..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/menuStats.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.html deleted file mode 100644 index 59e2f4078..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - 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/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.template deleted file mode 100644 index 73c3eb736..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.template +++ /dev/null @@ -1,200 +0,0 @@ - - - -Monitor - - - - -Monitor - - - - - -
 
- - - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/notImplemented.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/notImplemented.html deleted file mode 100644 index cbdd43f6a..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/notImplemented.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - -Not implemented - - - -Not Implemented
- - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template deleted file mode 100644 index 4d263fefd..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template deleted file mode 100644 index 172125e38..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template +++ /dev/null @@ -1,1415 +0,0 @@ - - - - - Display Request - - - - - - - - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html deleted file mode 100644 index 4cc7b9163..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - 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/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html deleted file mode 100644 index a7ba0d045..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html +++ /dev/null @@ -1,1543 +0,0 @@ - - - - - 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/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.template deleted file mode 100644 index 40ee64b0c..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.template +++ /dev/null @@ -1,527 +0,0 @@ - - - - -Query Certificate - - - - - - - - - -Search Results -
- - - - -
 
- - - - -
- - -
-
- - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryReq.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryReq.template deleted file mode 100644 index ed8285bb6..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryReq.template +++ /dev/null @@ -1,453 +0,0 @@ - - - - - Request Queue - - - - - - -Request Queue -
- - - - - -
 
- - - - - -
- - -
-
- - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template deleted file mode 100644 index ffb648beb..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template +++ /dev/null @@ -1,491 +0,0 @@ - - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/revocationResult.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/revocationResult.template deleted file mode 100644 index bd356841d..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/revocationResult.template +++ /dev/null @@ -1,190 +0,0 @@ - - - - -Revocation Result - - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeBySerial.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeBySerial.template deleted file mode 100644 index cae2a93da..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeBySerial.template +++ /dev/null @@ -1,88 +0,0 @@ - - - - Certificate Revocation Result - - -

Certificate Revocation Result

-

- - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html deleted file mode 100644 index 7bfc6f6ef..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html +++ /dev/null @@ -1,1086 +0,0 @@ - - - - - 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/dogtag/ca-ui/shared/webapps/ca/agent/ca/srchCert.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/srchCert.template deleted file mode 100644 index 001b0e3b5..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/srchCert.template +++ /dev/null @@ -1,435 +0,0 @@ - - - - -Untitled Document - - - - -Search Results -
- - - - -
 
- - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template deleted file mode 100644 index a2a30dd64..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template +++ /dev/null @@ -1,364 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template deleted file mode 100644 index 8f7e1990c..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template +++ /dev/null @@ -1,386 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/top.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/top.html deleted file mode 100644 index f4033d0f4..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/top.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - -Untitled Document - - - - - - - - -
- - - - -
- - - - - - -
Red Hat®
- Certificate System
Certificate Authority Agent Services
-
-
- - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/unrevocationResult.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/unrevocationResult.template deleted file mode 100644 index 8080ce0d2..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/unrevocationResult.template +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html deleted file mode 100644 index 700d167cf..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - -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/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.template deleted file mode 100644 index 2b05486b4..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.template +++ /dev/null @@ -1,180 +0,0 @@ - - - - Update Certificate Revocation List - - - - -Update Certificate Revocation List Result - - - - - - -
 
- - - - - - diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateDir.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateDir.template deleted file mode 100644 index 942db568d..000000000 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateDir.template +++ /dev/null @@ -1,99 +0,0 @@ - - - - Update Directory Server Results - - - - -Update Directory Server Results - - - - - -
 
- -
    - -
-
- - -- cgit