1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Updates for Console release v0.20.1 (#654)

- Adds info on multiple IDPs and logging in to the MinIO Console
- Updates Configuration section of MinIO Console to Settings
- Adds info about validation check when creating a bucket
- Adds info about adding certificates when creating a tenant in the
operator

Closes #545
This commit is contained in:
Daryl White
2022-12-02 14:07:36 -06:00
committed by GitHub
parent f4c2da51c2
commit 146cc8afa5
4 changed files with 38 additions and 23 deletions

View File

@ -443,15 +443,15 @@ The :guilabel:`Security` section displays TLS certificate settings for the MinIO
The MinIO Tenant uses the generated certificates for enabling and establishing TLS connections.
* - :guilabel:`Custom Certificates`
- Specify one or more custom TLS certificates for use by the MinIO Tenant.
- When enabled, you can upload custom TLS certificates for MinIO to use for server and client credentials.
MinIO supports Server Name Indication (SNI) such that the Tenant can select the appropriate TLS certificate based on the request hostname and the certificate Subject Alternative Name.
MinIO also supports specifying Certificate Authority certificates for validating client certificates minted by that CA.
MinIO also supports uploading Certificate Authority certificates for validating client certificates minted by that CA.
.. _create-tenant-encryption-section:
8) The :guilabel:`Encryption` Section
1) The :guilabel:`Encryption` Section
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The :guilabel:`Encryption` section displays the :ref:`Server-Side Encryption (SSE) <minio-sse>` settings for the MinIO Tenant.