We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287e633 commit 7db270eCopy full SHA for 7db270e
source/includes/steps-add-ca-cert-to-om-truststore.yaml
@@ -24,9 +24,24 @@ content: |
24
.. code-block:: sh
25
26
sudo /opt/mongodb/mms/jdk/bin/keytool -noprompt -storepass changeit -list -v -keystore /opt/mongodb/mms/jdk/lib/security/cacerts | grep -i Webhook_CA
27
+
28
---
29
stepnum: 3
30
level: 4
31
+ref: restart-ops-manager
32
+title: "Restart Ops Manager."
33
+content: |
34
35
+ Restart the |onprem| server in order for the certificates to reload and the
36
+ change to take effect.
37
38
+ .. code-block:: sh
39
40
+ sudo systemctl restart mongodb-mms
41
42
+---
43
+stepnum: 4
44
+level: 4
45
ref: add-credentials-automation-click-credentials
46
title: "Test an HTTPS request to Ops Manager to confirm connectivity."
47
content: |
0 commit comments