Install > Install and set up Service Portal > Deploy a distributed Service Portal cluster > Replace Service Portal generated certificates

Replace Service Portal generated certificates

The Service Portal Cluster uses GlusterFS to synchronize Service Portal configuration files across the entire cluster. Therefore, all SSL configuration changes should be made on a single node (usually the load balancer node).

To set up SSL, replace the Service Portal generated SSL certificates with CA-signed certificates. To do this, follow these steps:

  1. Connect to load balancer node:

    # ssh propel@<lb_host>
  2. Stop Service Portal:

    # ansible propel -a "propel stop"
  3. Follow the steps in Replace the Service Portal generated SSL certificates.
  4. Restart Service Portal:

    # ansible propel -a "propel start"