From 1c6465c8c4a4ac25a351f6af872e45a6decf0b07 Mon Sep 17 00:00:00 2001 From: bogard1203 Date: Sun, 1 Dec 2019 16:29:06 +0800 Subject: [PATCH] Removed the duplicate sentence --- .../en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md index 5b496da0728ae..bbb7af3d83cdc 100644 --- a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md +++ b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md @@ -200,8 +200,6 @@ Certificates can be renewed with `kubeadm alpha certs renew --csr-only`. As with `kubeadm init`, an output directory can be specified with the `--csr-dir` flag. To use the new certificates, copy the signed certificate and private key into the PKI directory (by default `/etc/kubernetes/pki`) -A CSR contains a certificate's name, domain(s), and IPs, but it does not specify usages. - A CSR contains a certificate's name, domains, and IPs, but it does not specify usages. It is the responsibility of the CA to specify [the correct cert usages][cert-table] when issuing a certificate.