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/ManServerEnroll.html | 167 +++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 base/ca/shared/webapps/ca/ee/ca/ManServerEnroll.html (limited to 'base/ca/shared/webapps/ca/ee/ca/ManServerEnroll.html') diff --git a/base/ca/shared/webapps/ca/ee/ca/ManServerEnroll.html b/base/ca/shared/webapps/ca/ee/ca/ManServerEnroll.html new file mode 100644 index 000000000..148aaee7c --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ManServerEnroll.html @@ -0,0 +1,167 @@ + + + + +Request a Server Certificate + + + + + + + +Server Certificate Enrollment (for Server Administrators)
+ + Use this form to submit a request for a server certificate. You must submit + a PKCS #10 request. If you have a Netscape server, create a PKCS#10 request + by using the Netscape Administration Server instance associated with the + server for which you are requesting the certificate. In the Netscape + Administration Server forms, choose Encryption, then Request Server Certificate. +

+ If you are not using a Netscape server, follow the appropriate steps to + generate a PKCS #10 request with the server you have. +

+ After you click the Submit button, your request will be submitted to + an issuing agent for approval. You will receive the certificate in email + when it has been approved. + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + PKCS #10 Request
+ Paste the PKCS #10 request into this text area. +
+
+
+
+ +
+ + Server Administrator Contact Information
+
+
+ Name: +
+
+ +
+
+ Email: +
+
+ +
+
+ Phone: +
+
+ +
 
+ Additional Comments
+ If you have any additional comments for the person who will process + your certificate request, write them here.
+
+ +
+
+ +
+ + + + +
+
+ + + + + + + + + + + + +
+
+
+ +
+ + -- cgit