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/queryBySerial.html | 186 +++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html (limited to 'dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html') diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html new file mode 100644 index 000000000..95f8ed653 --- /dev/null +++ b/dogtag/ca-ui/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    + +
+

+ + -- cgit