Skip to content

Commit f9c0976

Browse files
Update certificate-rotation.md
Added a space after "curl https://{apiserver-fqdn} -k -v 2>&1 | grep expire" for better cosmetic
1 parent 1a9c3a6 commit f9c0976

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)