Skip to content

Commit 9fcd4a1

Browse files
Anthony Sansonejwilliams-mongo
authored andcommitted
(DOCSP-9632): Explain PEM files
1 parent b7872b3 commit 9fcd4a1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

source/includes/prereqs/custom-ca-prereqs-rs-tls-only.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.. list-table::
44
:header-rows: 1
5-
:widths: 60 40
5+
:widths: 30 70
66

77
* - PEM file purpose
88
- Save File As...
@@ -11,4 +11,6 @@
1111
* - Each member of your replica set
1212
- ``<metadata.name>-<X>-pem``
1313

14+
.. include:: /includes/prereqs/pem-file-description.rst
15+
1416
.. include:: /includes/prereqs/custom-ca-prereqs-naming-conventions.rst
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
A |pem| file concatenates both the |tls| certificate and the Private
2+
Key. An example of a |pem| file would resemble:
3+
4+
.. code-block:: text
5+
6+
-----BEGIN CERTIFICATE-----
7+
...
8+
... your TLS certificate
9+
...
10+
-----END CERTIFICATE-----
11+
-----BEGIN RSA PRIVATE KEY-----
12+
...
13+
... your private key
14+
...
15+
-----END RSA PRIVATE KEY----

0 commit comments

Comments
 (0)