Skip to content

TLS Encryption


Replace the TLS Certificate

  1. Create a self-certified TLS certificate in PEM format, e. g. using OpenSSL.

  2. Replace the following file by the newly created private key:

    • /opt/seal/infrastructure/config/tls/key.pem
  3. Replace the following file by the newly created public certificate:

    • /opt/seal/infrastructure/config/tls/cert.pem
  4. Set the TLS_DIR key to the correspondent path:

    • TLS_DIR: /opt/seal/infrastructure/config/tls
  5. Restart SEAL Print Client:


Replace the TLS Certificate of the MongoDB

For how to exchange the TLS certificate, refer to Replace the MongoDB Key.


Back to top