LinuxCommandLibrary

kubectl-certificate

manages certificate signing requests in Kubernetes

TLDR

Approve certificate signing request

$ kubectl certificate approve [csr-name]
copy
Deny certificate signing request
$ kubectl certificate deny [csr-name]
copy
List certificate signing requests
$ kubectl get csr
copy

SYNOPSIS

kubectl certificate subcommand [options]

DESCRIPTION

kubectl certificate manages certificate signing requests (CSRs) in Kubernetes. Used to approve or deny CSRs for kubelet client certificates and other TLS certificates. Part of the cluster's PKI management.

PARAMETERS

approve name

Approve a certificate signing request.
deny name
Deny a certificate signing request.

SEE ALSO

kubectl(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community