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 --- .../shared/webapps/ca/ee/ca/ChallengeRevoke1.html | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 base/ca/shared/webapps/ca/ee/ca/ChallengeRevoke1.html (limited to 'base/ca/shared/webapps/ca/ee/ca/ChallengeRevoke1.html') diff --git a/base/ca/shared/webapps/ca/ee/ca/ChallengeRevoke1.html b/base/ca/shared/webapps/ca/ee/ca/ChallengeRevoke1.html new file mode 100644 index 000000000..00775b140 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ChallengeRevoke1.html @@ -0,0 +1,175 @@ + + + + +Revoke a Certificate using a challenge password + + + + + + + + + + + +Certificate Revocation using a challenge password
+

+ +Use this form to revoke your certificate(s) automatically. +

+After you click the submit button, the valid certificate with the serial number and the matched +challenge phrase password will get revoked automatically. + +

+ + + + + + + + + + + + + + + + + +
Certificate Revocation Information
+Please enter the serial number of the certificate to be revoked in the certificate. The serial number should be in either hexadecimal form(starting with 0x) or decimal form.
+
+ Serial Number: +
+
+ +
Authentication Information
+Enter the challenge password associated with this certificate for authenticating this request.
+
+ Challenge Password: +
+
+ +
+ + + + + + + + +
Revocation Reason
+Select a revocation reason.
+
+ + +
+
+ + + Unspecified
+ + Key Compromise
+ + + + Affiliation Changed
+ + Superseded
+ + Cessation of Operation
+ + + + + + + Privilege Withdrawn
+ + +
+
+ + + + + + + + +
+ + + + +
+ + Additional Comments
+ If you want to include any additional comments in your revocation request, write them here. +
+
+ +
+ + + + +
+
+ + + + +
+
+
+
+ + -- cgit