kes enclave rm

Overview

Deletes an enclave from KES.

Syntax

kes enclave rm                \
            <name>            \
            [--insecure, -k] 

Parameters

name

Required

The short name of the KES enclave to output information about.

--insecure, -k

Optional

Directs the command to skip x.509 certificate validation during the TLS handshake with the KES server. This allows connections to KES servers using untrusted certificates (i.e. self-signed or issued by an unknown Certificate Authority).

MinIO strongly recommends against using this option in production environments.

Examples

The following command deletes the KES enclave named tenant-1.

kes enclave rm tenant-1