Add CA Certificate to Ops Manager Java Trust Store
In order to connect a webhook to Ops Manager with HTTPS, you'll need to import your CA certificate into the Ops Manager Java Trust Store.
Prerequisites
Have an accessible Ops Manager deployment
Add CA Cert to Ops Manager Java Truststore
1
Add the CA certificate of the webhook into the Ops Manager HTTP server.
After adding the absolute path to your webhook trust store to the following command, run it to add your CA certificate to the Ops Manager Java trust store.
sudo /opt/mongodb/mms/jdk/bin/keytool -noprompt -storepass changeit -import -trustcacerts -alias Webhook_CA -file <AbsolutePathofWebhookTrustStore> -keystore /opt/mongodb/mms/jdk/lib/security/cacerts
2
3