Automated Enrollment
388
Red Hat Certificate System Administrator’s Guide • September 2005
<form method="post" action="/enrollment" onSubmit="return
validate(document.forms[0])">
4.
Add the following line below the line you just found:
<input type="hidden" name="authenticator" value="CMCAuth">
Testing CMCEnroll
1.
Enable CMCEnroll.
2.
Create a certificate request. You can use the
certutil
tool found in the following
directory to create the request:
<server_root>/bin/cert/tools
3.
Copy the pkcs10 ascii output to a text file.
4.
Go to the following directory:
<server_root>/bin/cert/tools
5.
Type the following command:
CMCEnroll -d<directory_containing_agent_cert> -n<the
certificate_common_name> -r<certificate_request_file>
-p<certificate_DB_passwd>
For example, if the input file created in step 3 is called
request34.txt
, your agent’s
certificate is stored in the directory
/netscape/certs
, the certificate common name
of your agent’s certificate for this CA is
CertificateManagerAgentsCert
, and
your password for the certificate database is
1234pass
, the command would look as
follows:
CMCEnroll -d”/netscape/certs” -n”CertificateManagerAgentsCert”
-r /export/requests/request34.txt -p 1234pass
The output of this command is stored in a file with the same filename and
.out
appended to the filename.
6.
Enable the end entity page for this feature. See “Enable the End Entity pages for CMC
Enrollment” on page 387.
7.
Submit your signed certificate using the end entity port.
a.
Go the End Entity port.
b.
Select CMC Enrollment from the main end entity page.
c.
Paste the content of the output file into the first text area of this form.
Summary of Contents for CERTIFICATE 7.1 ADMINISTRATOR
Page 1: ...Administrator s Guide Red Hat Certificate System Version7 1 September 2005 ...
Page 22: ...22 Red Hat Certificate System Administrator s Guide September 2005 ...
Page 128: ...Cloning a CA 128 Red Hat Certificate System Administrator s Guide September 2005 ...
Page 368: ...ACL Reference 368 Red Hat Certificate System Administrator s Guide September 2005 ...
Page 460: ...Constraints Reference 460 Red Hat Certificate System Administrator s Guide September 2005 ...
Page 592: ...CRL Extension Reference 592 Red Hat Certificate System Administrator s Guide September 2005 ...