Merge pull request #21651 from neolit123/1.19-ca-rotation

tasks/tls: add a page for manual CA rotation
This commit is contained in:
Kubernetes Prow Robot
2020-06-11 13:26:58 -07:00
committed by GitHub
3 changed files with 149 additions and 1 deletions
@@ -243,4 +243,8 @@ After a certificate is signed using your preferred method, the certificate and t
[cert-cas]: /docs/setup/best-practices/certificates/#single-root-ca
[cert-table]: /docs/setup/best-practices/certificates/#all-certificates
## Certificate authority (CA) rotation {#certificate-authority-rotation}
Kubeadm does not support rotation or replacement of CA certificates out of the box.
For more information about manual rotation or replacement of CA, see [manual rotation of CA certificates](/docs/tasks/tls/manual-rotation-of-ca-certificates/).