From 621d9e5c413e561293d7484b93882d985b3fe15f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sat, 24 Mar 2012 02:27:47 -0500 Subject: Removed unnecessary pki folder. Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131 --- .../shared/webapps/ca/agent/ca/SrchRevokeCert.html | 1209 ++++++++++++++++++++ 1 file changed, 1209 insertions(+) create mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html (limited to 'dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html') diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html new file mode 100644 index 000000000..71384109d --- /dev/null +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html @@ -0,0 +1,1209 @@ + + + + + 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): + + +
+
+ + + + + +
+    + +
+ +
+ + + + -- cgit