SSL certificate files are required for secure communication with REST. Make sure you generate these files before you begin this procedure.
Follow these steps:
nginx_install_dir/conf
This folder contains pam-rest.conf file.
## HTTPS
upstream sslcluster {
server <Enter node1 hostname here>:7443 max_fails=3 fail_timeout=5s;
server <Enter node2 hostname here>:7443 max_fails=3 fail_timeout=5s;
}
Replace the Enter node1 hostname here placeholders with a valid value. Do not change the port numbers unless you use a different port for the CA Process Automation node.
Repeat these steps for each additional node that you install.
ssl_certificate <certificate_location\c2ocert.pem>;
ssl_certificate_key <certificate_location\c2okey2.pem>;
For example:
ssl_certificate <nginx_install_dir\conf\c2ocert.pem>;
include nginx_install_dir/conf/pam-rest.conf;
This entry links NGINX with the configuration changes you made for CA Process Automation in the pam-rest.conf file.
Important! Perform the rest of these steps after you install at least one Orchestrator node. See Interactive Domain Orchestrator Installation or Unattended Domain Orchestrator Installation for instructions.
nginx -s stop
service nginx stop
The changes take effect.
|
Copyright © 2014 CA.
All rights reserved.
|
|