You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (DOCSP-20210) Queryable backups updates
* Edits, ready for a review
* Edits, ready for a review
* Edits, ready for a review
* Edits, ready for a review
* Tech review
* 2nd round of tech review
* edits
* Tech review. Set the default to false
* Tech review
* tech review
Copy file name to clipboardExpand all lines: source/includes/steps-multi-cluster-tls-openssl.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
stepnum: 1
3
3
level: 4
4
4
ref: mc-openssl-generate-certs-csrs
5
-
title: "Use OpenSSL to generate CA certificates, CSRs, and server certificates."
5
+
title: "Use OpenSSL to generate CA certificates, |csrs|, and server certificates."
6
6
content: |
7
7
8
8
a. (Optional). If you don't have a |certauth| key and root certificate for your
@@ -29,13 +29,13 @@ content: |
29
29
-extensions v3_ca \
30
30
-out ./certs/ca.crt
31
31
32
-
#. For each member cluster, generate a key for the Certificate Signing Request (CSR) with `genrsa <https://www.openssl.org/docs/man3.0/man1/genrsa.html>`__:
32
+
#. For each member cluster, generate a key for the |csr| with `genrsa <https://www.openssl.org/docs/man3.0/man1/genrsa.html>`__:
0 commit comments