clusters secrets tls
Configures the TLS associated secret.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration
Syntax
tls { namespace namespace secret-name name { private-key string | certificate path_to_cert } }
namespace namespace
Specify the Kubernetes namespaces to create secret.
Must be a string.
secret-name name
Specify the name of the secret. For example, cert-grafana-ingress.
Must be a string.
private-key string
Specify the private-key associated with the certificate.
Must be a string.
certificate path_to_cert
Specify the path to the PEM encoded public key certificate.
Must be a string.
Usage Guidelines
Use this command to configure TLS associated secret.