Skip to content

Configuring the TLS Encryption


Caution - cluster

If you run PLOSSYS 5 in a cluster, perform the following configuration steps on every member of the replica set separately.

In order to secure the connection to MongoDB you need a combined PEM file that contains both, the TLS certificate and the private key.

  1. Combine the file containing the certificate:

    /opt/seal/etc/tls/cert.pem
    

    and the file containing the private key:

    /opt/seal/etc/tls/key.pem
    
  2. Save the combined file as:

    /opt/seal/etc/tls/cert-key-combined.pem
    

Back to top