Skip to content

Commit ebd506e

Browse files
Merge pull request #261585 from AndreiBarbu95/patch-9
Update certificate-rotation.md
2 parents 3edbbc2 + f9c0976 commit ebd506e

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
@@ -54,7 +54,7 @@ Microsoft maintains all certificates mentioned in this section, except for the c
5454
* Check the expiration date of the API server certificate using the following `curl` command.
5555

5656
```console
57-
curl https://{apiserver-fqdn} -k -v 2>&1 |grep expire
57+
curl https://{apiserver-fqdn} -k -v 2>&1 | grep expire
5858
```
5959

6060
### Check VMAS agent node certificate expiration date

0 commit comments

Comments
 (0)