Skip to content

Commit bf64005

Browse files
authored
DOCSP-48320-remove-stale-information-from-queryable-backup-page (#809)
Removing stale information identified on the Query a [Backup Snapshot](https://www.mongodb.com/docs/ops-manager/current/tutorial/query-backup/) tutorial page. - [DOCSP-48320](https://jira.mongodb.org/browse/DOCSP-48320) - [STAGING - Authentication and Authorization](https://deploy-preview-809--docs-ops-manager.netlify.app/tutorial/query-backup/#authentication-and-authorization:~:text=Must%20belong%20to%20the%20same%20platform%20user%20and%20group%20that%20owns%20the%20Ops%20Manager%20process.%20On%20Linux%2C%20the%20mongodb%2Dmms%3Amongodb%2Dmms%20user%20and%20group%20owns%20this%20PEM%20file.) - [STAGING - Server Certificate / Key Pair](https://deploy-preview-809--docs-ops-manager.netlify.app/tutorial/query-backup/#authentication-and-authorization:~:text=The%20Common%20Name,balancer%20URL.) - [LATEST BUILD LOG](https://app.netlify.com/sites/docs-ops-manager/deploys/67f54b2b2f5b560008510ef8) ### Self-Review Checklist - [x] [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. - [x] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [x] Add programmingLanguage (if necessary). - [x] Add meta keywords (if necessary). - [x] Resolve any new warnings or errors in the build. - [x] Proofread for spelling and grammatical errors. - [x] Check staging for rendering issues. - [x] Confirm links are working.
1 parent b2bd1fb commit bf64005

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

source/tutorial/query-backup.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Query a Backup Snapshot
44

55
.. default-domain:: mongodb
66

7+
.. facet::
8+
:name: genre
9+
:values: tutorial
10+
711
.. contents:: On this page
812
:local:
913
:backlinks: none
@@ -239,7 +243,7 @@ use of Queryable Backup. This |pem| file:
239243

240244
- Must belong to the same platform user and group that owns the
241245
|onprem| process. On Linux, the ``mongodb-mms:mongodb-mms`` user
242-
and group owns this PEM file. On Windows, use the ``SYSTEM`` user.
246+
and group owns this PEM file.
243247

244248
- Must be readable by the platform user only.
245249

@@ -285,13 +289,11 @@ The |certauth| that you selected must sign this server certificate.
285289
The Common Name setting of the server certificate/key pair depends
286290
on how many hosts your |onprem| deployment uses:
287291

288-
- For a single |onprem| host, the Subject Alternative Name (or,
289-
absent the |san-dns|, the Common Name) in the pair must match the
290-
|fqdn| of the |onprem| host.
292+
- For a single |onprem| host, the Subject Alternative Name (|san-dns|)
293+
in the pair must match the |fqdn| of the |onprem| host.
291294

292-
- For high availability, the |san-dns| (or, absent the |san-dns|,
293-
the Common Name) in the pair must match the |fqdn| of the load
294-
balancer |url|.
295+
- For high availability, the |san-dns| in the pair must match the
296+
|fqdn| of the load balancer |url|.
295297

296298
Concatenate the server certificate / key pair and the certificate
297299
chain to create the Proxy Server PEM Key.

0 commit comments

Comments
 (0)