1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +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

@@ -162,6 +162,12 @@ The output of the example command above may differ from the output in your termi
Alternatively, you can generate x.509 TLS certificates signed by a known and trusted CA and pass those certificates to MinIO Tenants.
See :ref:`minio-tls` for more complete documentation.
Certificate Management with cert-manager
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rather than the MinIO Operator managing certificates, you can configure the deployment to use `cert-manager <https://cert-manager.io/>`__.
For instructions for deploying the MinIO Operator and tenants using cert-manager, refer to the :ref:`cert-manager page <minio-certmanager>`.
Procedure
---------