Skip to content

Commit 7db270e

Browse files
authored
DOCSP-44556-add-step-restart (#489)
<!-- Add a description of your PR here (optional) --> - [DOCSP-44556](https://jira.mongodb.org/browse/DOCSP-44556) - [STAGING](https://deploy-preview-489--10gen-docs-ops-manager.netlify.app/tutorial/add-ca-cert-to-om/#std-label-add-ca-cert-to-om) - [LATEST BUILD LOG](paste the build here) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 287e633 commit 7db270e

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)