TLS Encryption¶
Replace the TLS Certificate¶
-
Create a self-certified TLS certificate in PEM format, e. g. using OpenSSL.
-
Replace the following file by the newly created private key:
/opt/seal/infrastructure/config/tls/key.pem
-
Replace the following file by the newly created public certificate:
/opt/seal/infrastructure/config/tls/cert.pem
-
Set the
TLS_DIR
key to the correspondent path:TLS_DIR: /opt/seal/infrastructure/config/tls
-
Restart SEAL Print Client:
Replace the TLS Certificate of the MongoDB¶
For how to exchange the TLS certificate, refer to Replace the MongoDB Key.