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:
Code Block | ||
---|---|---|
| ||
Https:
Enabled: true
CertificateFile:
Path: /path/to/certificate_file/the_certificate.pfx
Password: private_key_pass
PasswordSecure: |