Skip to content

Commit 7dd94da

Browse files
committed
Freshness pass: Certificate rotation in AKS
1 parent 2fd80cd commit 7dd94da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/certificate-rotation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ AKS generates and uses the following certificates, Certificate Authorities (CA),
2525

2626
* The AKS API server creates a CA called the Cluster CA.
2727
* The API server has a Cluster CA, which signs certificates for one-way communication from the API server to kubelets.
28-
* Each kubelet creates a Certificate Signing Request (CSR), which is signed by the Cluster CA, for communication from the kubelet to the API server.
28+
* Each kubelet creates a Certificate Signing Request (CSR), which the Cluster CA signs, for communication from the kubelet to the API server.
2929
* The API aggregator uses the Cluster CA to issue certificates for communication with other APIs. The API aggregator can also have its own CA for issuing those certificates, but it currently uses the Cluster CA.
30-
* Each node uses an SA token, which is signed by the Cluster CA.
30+
* Each node uses an SA token, which the Cluster CA signs.
3131
* The `kubectl` client has a certificate for communicating with the AKS cluster.
3232

33-
All certificates mentioned in this section, except for the cluster certificate, are maintained by Microsoft.
33+
Microsoft maintains all certificates mentioned in this section, except for the cluster certificate.
3434

3535
> [!NOTE]
3636
>
@@ -87,7 +87,7 @@ For any AKS clusters created or upgraded after March 2022, Azure Kubernetes Serv
8787

8888
### How to check whether current agent node pool is TLS Bootstrapping enabled?
8989

90-
1. Verify if TLS Bootstrapping is enabled on your cluster by browsing to one to the following paths:
90+
1. Verify if your cluster has TLS Bootstrapping enabled by browsing to one to the following paths:
9191

9292
* On a Linux node: */var/lib/kubelet/bootstrap-kubeconfig* or */host/var/lib/kubelet/bootstrap-kubeconfig*
9393
* On a Windows node: *C:\k\bootstrap-config*

0 commit comments

Comments
 (0)