Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Replace '[insert password here]' with the password you used for keystore creation.

Note: When running Unimus in Docker, add the above Java parameters to your docker-compose file:

Code Block
languagetext
environment:
      - 'JAVA_PARAMS=-Dserver.ssl.key-store=/opt/unimus/unimus.keystore.p12 -Dserver.ssl.keyStoreType=PKCS12 -Dserver.ssl.keyAlias=unimus -Dserver.ssl.key-store-password=[insert password here]'

Restart the Unimus service , and it should (or container). After startup, Unimus will be available only over HTTPS.

Notes and tips

...