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 --- .../ca/shared/webapps/ca/admin/ca/adminEnroll.html | 779 +++++++++++++++++++++ 1 file changed, 779 insertions(+) create mode 100644 base/ca/shared/webapps/ca/admin/ca/adminEnroll.html (limited to 'base/ca/shared/webapps/ca/admin/ca/adminEnroll.html') diff --git a/base/ca/shared/webapps/ca/admin/ca/adminEnroll.html b/base/ca/shared/webapps/ca/admin/ca/adminEnroll.html new file mode 100644 index 000000000..8b6335ab5 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/adminEnroll.html @@ -0,0 +1,779 @@ + + + + +Admin Enrollment form. + + + + + + + + + + + + + + + + + + + + + +Administrator/Agent Certificate Enrollment
+

+ + To access the Agent Services pages and approve requests for certificates, + you must have a personal client SSL certificate so that Certificate + System can authenticate your identity. You must also + be designated as an agent, or privileged user. +

+ Use this form to request this first personal certificate to be issued + by the system. When you submit the form, the certificate is issued + immediately and returned to you. The system also adds you + automatically to the list of agents. You must import the new + certificate into your browser before you can access the Agent Services + pages. +

+ After you submit this form, it is automatically disabled. To enroll + again, or to enroll other users, please see the documentation. + + + + + + +
 
+ + + + + + +
+ Important: + + Be sure to request your certificate on the same computer + on which you plan to use the certificate. +
+ + + + + +
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Authentication Information
+ Enter the user ID and password for the administrator/agent. +
+ + User ID: + + +
+ + Password: + + +
+ + Subject Name
+ Enter values for the DN components you want to have in your certificate. +
+
+ + Full name: + + + + +
+ + Login name: + + + +
+ + Email address: + + + +
+ + Organization unit: + + + +
+ + Organization: + + + +
+ + Country: + + + +
+ + + + + +
+ + User's Key Information
+ When your submit this form, the browser generates a private and + public key. The browser retains the private key and submits the + public key along with your request for a certificate. + The public key becomes part of your certificate.

+ + +

+ + + + +
+
+ + + + + + + + + + +
+
+
+ + + + -- cgit