1
0
mirror of https://github.com/minio/docs.git synced 2025-08-09 13:02:53 +03:00

Add cert-manager documentation (#1317)

Adds cert-manager docs for Kubernetes outputs.

Closes #1245 

Partially addresses #1273
This commit is contained in:
Daryl White
2024-10-01 16:06:37 -04:00
committed by GitHub
parent 3f9a46bcbe
commit ca34aa7e43
12 changed files with 1560 additions and 1 deletions

View File

@@ -64,6 +64,12 @@ Enabling TLS
If you have a custom Subject Alternative Name (SAN) certificate that is *not* also a wildcard cert, the TLS certificate SAN **must** apply to the hostname for its parent node.
Without a wildcard, the SAN must match exactly to be able to connect to the tenant.
Certificate Management with cert-manager
----------------------------------------
The MinIO Operator supports using `cert-manager <https://cert-manager.io/>`__ as a full replacement for its built-in automatic certificate management *or* user-driven manual certificate management.
For instructions for deploying the MinIO Operator and tenants using cert-manager, refer to the :ref:`cert-manager page <minio-certmanager>`.
.. cond:: linux