File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
.. list-table ::
4
4
:header-rows: 1
5
- :widths: 60 40
5
+ :widths: 30 70
6
6
7
7
* - PEM file purpose
8
8
- Save File As...
11
11
* - Each member of your replica set
12
12
- ``<metadata.name>-<X>-pem ``
13
13
14
+ .. include :: /includes/prereqs/pem-file-description.rst
15
+
14
16
.. include :: /includes/prereqs/custom-ca-prereqs-naming-conventions.rst
Original file line number Diff line number Diff line change
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----
You can’t perform that action at this time.
0 commit comments