Skip to content

Commit 6c1d703

Browse files
authored
Merge pull request #107525 from zr-msft/zr-aks-update-cert-details
[AKS] add details for certificate expiration
2 parents 789dd8d + 7985ace commit 6c1d703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/certificate-rotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ AKS generates and uses the following certificates, Certificate Authorities, and
3232
* The `kubectl` client has a certificate for communicating with the AKS cluster.
3333

3434
> [!NOTE]
35-
> AKS clusters created prior to March 2019 have certificates that expire after two years. Any cluster created after March 2019 or any cluster that has its certificates rotated have certificates that expire after 30 years. To verify when your cluster was created, use `kubectl get nodes` to see the *Age* of your node pools.
35+
> AKS clusters created prior to March 2019 have certificates that expire after two years. Any cluster created after March 2019 or any cluster that has its certificates rotated have Cluster CA certificates that expire after 30 years. All other certificates expire after two years. To verify when your cluster was created, use `kubectl get nodes` to see the *Age* of your node pools.
3636
>
3737
> Additionally, you can check the expiration date of your cluster's certificate. For example, the following command displays the certificate details for the *myAKSCluster* cluster.
3838
> ```console

0 commit comments

Comments
 (0)