Message Broker server certificate in Linux
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:
Https:
Enabled: true
CertificateFile:
Path: /path/to/certificate_file/the_certificate.pfx
Password: private_key_pass
PasswordSecure:
If you'd like to help us improve the documentation, please provide your feedback using the communication channels listed /wiki/spaces/PFCC/pages/1561427969. Learn about support possibilities here.