Using a Certificate Authority signed certificates for the Broker
If using a PKCS#12 keystore you can create a Certificate Signing Request (CSR) from the self-signed certificate keystore created earlier by following the procedure at Creating Certificate Authority signed certificates or you can also create a brand new Broker self-signed certificate before creating the CSR. In this case follow the procedure at Creating a self signed certificate.
If using a PEM keystore you should obtain the following items
- A certificate for each broker in your environment.
- The root certificate and any intermediate certificates for the CA.
The PEM file needs to contain the following items, in the order listed below:
- Broker's certificate
- Any intermediate certificates, if required
- Root certificate
- Broker's private key
When you have created the certificate files you should copy the keystore to the broker machine and configure the broker properties, for more details, see Configuring the keystore on the broker.
The Certificate Authority root certificate certificate should then be added to the Remote Control server, see Truststore configuration.