Skip to content

Commit

Permalink
Improve doc on certificates (#12579)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloZup authored and k8s-ci-robot committed Feb 17, 2019
1 parent d521f97 commit f156d51
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ You should be familiar with [PKI certificates and requirements in Kubernetes](/d

## Renew certificates with the certificates API

Kubeadm can renew certificates with the `kubeadm alpha certs renew` commands.
The Kubernetes certificates normally reach their expiration date after one year.

Kubeadm can renew certificates with the `kubeadm alpha certs renew` commands; you should run these commands on control-plane nodes only.

Typically this is done by loading on-disk CA certificates and keys and using them to issue new certificates.
This approach works well if your certificate tree is self-contained. However, if your certificates are externally
Expand Down

0 comments on commit f156d51

Please sign in to comment.