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