Versions Compared

Key

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

In Linux servers there’s no certificate store similar to this known from Windows what actually makes entire operation much simpler. It is enough to store certificate file (the one combining public and private keys) in a location accessible by user owning message broker process and update configuration accordingly:

Image Added

Code Block
languageyaml
  Https:
    Enabled: true
    CertificateFile:
      Path: /path/to/certificate_file/the_certificate.pfx
      Password: private_key_pass
      PasswordSecure: