Skip to content

Commit 702527a

Browse files
authored
DOCSP-44556-add-step-restart-v7.0-backport (489) (#498)
# Backport This will backport the following commits from `master` to `v7.0`: - [DOCSP-44556-add-step-restart (#489)](https://github.com/10gen/docs-ops-manager/pull/489) <!--- Backport version: 9.5.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
1 parent cfa1290 commit 702527a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/includes/steps-add-ca-cert-to-om-truststore.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,24 @@ content: |
2424
.. code-block:: sh
2525
2626
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+
2728
---
2829
stepnum: 3
2930
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
3045
ref: add-credentials-automation-click-credentials
3146
title: "Test an HTTPS request to Ops Manager to confirm connectivity."
3247
content: |

0 commit comments

Comments
 (0)