Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For System Administrators | Configuring and Using the Infrastructure Data Collector | Defining HTTPS Connectors | Server-side Configuration
 
Server-side Configuration
*To define an HTTPS connector on the server side
1. Obtain an appropriate server certificate and place it in the desired folder.
2. Define the location of the server certificate with the parameter keystoreFile (replace the default value).
3. Set the CN of the certificate to be identical to the URL of the server, without the "https://".
For example, for a server under https://MyWebServer:8443/, the CN is "MyWebServer".
4. Set the keystore password parameter (keystorePass).
Infrastructure Data Collector supports both types of Java keystores:
*KeystoreType="JKS" (default)
*KeystoreType="PKCS12" (PKCS#12 keystore)