Configuring the TLS Encryption¶
Caution - cluster
In order to secure the connection to MongoDB you need a combined PEM file that contains both, the TLS certificate and the private key.
-
Change to the
C:\ProgramData\SEAL Systems\config\tls\directory:cd "C:\ProgramData\SEAL Systems\config\tls\" -
Combine
-
the
cert.pemfile containing the certificate and -
the
key.pemfile containing the private key:
to one single
cert-key-combined.pemfile:cat cert.pem key.pem > cert-key-combined.pem -