@@ -4,6 +4,10 @@ Query a Backup Snapshot
4
4
5
5
.. default-domain:: mongodb
6
6
7
+ .. facet::
8
+ :name: genre
9
+ :values: tutorial
10
+
7
11
.. contents:: On this page
8
12
:local:
9
13
:backlinks: none
@@ -239,7 +243,7 @@ use of Queryable Backup. This |pem| file:
239
243
240
244
- Must belong to the same platform user and group that owns the
241
245
|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.
243
247
244
248
- Must be readable by the platform user only.
245
249
@@ -285,13 +289,11 @@ The |certauth| that you selected must sign this server certificate.
285
289
The Common Name setting of the server certificate/key pair depends
286
290
on how many hosts your |onprem| deployment uses:
287
291
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.
291
294
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|.
295
297
296
298
Concatenate the server certificate / key pair and the certificate
297
299
chain to create the Proxy Server PEM Key.
0 commit comments