Hi ludobar,
“How to upload the certificate to your local broker”:
Step 1: Upload the file itself. This is described here: How to copy files to/from a Solace broker — Solace Community.
The cert has to be copied to /usr/sw/jail/certs/ (inside the docker container).
Step 2: Configure the certificate:
enable configure ssl server-certificate <filename-of-your-cert>
“How to upload the certificate to your cloud broker”:
You can’t do that. cloud brokers have a pre-defined server certificate.
If you want to see details about that:
openssl s_client -connect <IP-or_name-for-your-cloud-broker> 55443
Feel free to ask again, if something is unclear.