Skip to content

Commit bdae45b

Browse files
(DOCSP-10263): Deprecation warning on automatic TLS generation (#288)
* (DOCSP-10263): Deprecation warning on automatic TLS generation * (DOCSP-10263): small tweaks * (DOCSP-10263): copy review feedback * (DOCSP-10263): removing :red: as it's not defined in this repo * (DOCSP-10263): copy edits
1 parent 4f26c21 commit bdae45b

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. admonition:: Deprecation Notice
2+
:class: warning
3+
4+
Automatically generating |tls| certificates with the |k8s-op-short|
5+
is deprecated and will be removed in a future release.
6+
7+
You must provide certificates from your own CA, as described in the
8+
following procedures, for production environments.

source/tutorial/secure-internal-auth.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ This guide instructs you on how to configure:
2727

2828
.. include:: /includes/admonitions/cannot-secure-standalone.rst
2929

30+
.. include:: /includes/admonitions/deprecate-cert-generation.rst
31+
3032
General Prerequisites
3133
---------------------
3234

source/tutorial/secure-tls.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ between:
2727
This guide instructs you on how to configure the |k8s-op-short| to use
2828
|tls| for its MongoDB instances.
2929

30+
.. include:: /includes/admonitions/deprecate-cert-generation.rst
31+
3032
General Prerequisites
3133
---------------------
3234

source/tutorial/secure-x509-auth.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ This guide instructs you on how to configure:
2929

3030
.. include:: /includes/admonitions/cannot-secure-standalone.rst
3131

32+
.. include:: /includes/admonitions/deprecate-cert-generation.rst
33+
3234
General Prerequisites
3335
---------------------
3436

0 commit comments

Comments
 (0)