Contenues dansTrouver plus de documentationRessources d'assistance comprises | Télécharger cet ouvrage au format PDF (1093 Ko)
Chapter 5 Post-Installation Configuration: Policy Agent 2.2 for Microsoft IIS 6.0The tasks described in this chapter are not required for this web agent to work, but might be desired. After completing the tasks described in this chapter, perform the tasks to configure the web agent to your site's specific needs as explained in Chapter 6, Managing Policy Agent 2.2 for Microsoft IIS 6.0. Setting Up SSL With Agent for Microsoft IIS 6.0Perform the tasks described in this chapter if you want to configure SSL with Agent for Microsoft IIS 6.0. During installation, if you choose the HTTPS protocol, the agent for Microsoft IIS 6.0 is automatically configured and ready to communicate over SSL. Before proceeding with the tasks in this section, ensure that the Microsoft IIS 6.0 instance is configured for SSL. You should have a solid understanding of SSL concepts and the security certificates required to enable communication over the HTTPS protocol. See the documentation that comes with Microsoft IIS 6.0.
|
PolicyAgent-base\bin\certutil -N -d . |
Install the root CA certificate.
Remember that the root CA certificate that you install on the Microsoft IIS 6.0 server must be the same certificate that is installed on the Access Manager host.
The following example demonstrates a command you can issue that uses the certutil utility to install the certificate:
PolicyAgent-base\bin\certutil -A -n cert-name -t "C,C,C" -d cert-dir -i cert-file |
represents the name of this root CA certificate
represents the directory where the certificate and key stores are located.
represents the base-64 encoded root CA certificate file.
For more information on the certutil utility, see the online help by issuing the following command:
certutil -H |
To verify that the certificate is properly installed, in the command line, issue the following command:
PolicyAgent-base\bin\certutil -L -d cert-dir |
The root CA certificate is then listed in the output of the certutil -L command as illustrated in the following code example:
|
Restart the Microsoft IIS 6.0 server.