Skip to content

Commit 64b22c9

Browse files
committed
Freshness pass and formatting edits
1 parent 349d605 commit 64b22c9

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

articles/aks/custom-certificate-authority.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,17 @@ This article shows you how to create custom CAs and apply them to your AKS clust
7575
7676
### Install CAs on AKS node pools
7777
78-
If your environment requires your custom CAs to be added to node trust store for correct provisioning, you need to pass a text file containing up to 10 blank line separated certificates during [`az aks create`][az-aks-create] or [`az aks update`][az-aks-update] operations.
78+
* If your environment requires your custom CAs to be added to node trust store for correct provisioning, you need to pass a text file containing up to 10 blank line separated certificates during [`az aks create`][az-aks-create] or [`az aks update`][az-aks-update] operations. Example text file:
7979
80-
Example text file:
80+
```txt
81+
-----BEGIN CERTIFICATE-----
82+
cert1
83+
-----END CERTIFICATE-----
8184
82-
```txt
83-
-----BEGIN CERTIFICATE-----
84-
cert1
85-
-----END CERTIFICATE-----
86-
87-
-----BEGIN CERTIFICATE-----
88-
cert2
89-
-----END CERTIFICATE-----
90-
```
85+
-----BEGIN CERTIFICATE-----
86+
cert2
87+
-----END CERTIFICATE-----
88+
```
9189
9290
#### Install CAs during node pool creation
9391

0 commit comments

Comments
 (0)