kes secret rm
Overview
Remove a secret name from the KES server. Once removed, the secret is no longer valid for the KES server.
Syntax
kes secret rm \
<name> \
[--insecure, -k]
Parameters
name
Required
The short name of the secret to remove.
--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
kes secret rm my-secret