Skip to content

Commit 22c0dfb

Browse files
authored
Merge pull request #84460 from 08thse/patch-3
fix: change to official name
2 parents 6ebb83e + d1d0c7d commit 22c0dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/http-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The schema for the config file looks like this:
8989
`httpProxy`: A proxy URL to use for creating HTTP connections outside the cluster. The URL scheme must be `http`.
9090
`httpsProxy`: A proxy URL to use for creating HTTPS connections outside the cluster. If this is not specified, then `httpProxy` is used for both HTTP and HTTPS connections.
9191
`noProxy`: A list of destination domain names, domains, IP addresses or other network CIDRs to exclude proxying.
92-
`trustedCa`: A string containing the `base64 encoded` alternative CA certificate content. For now we only support `PEM` format. Another thing to note is that, for compatibility with Go-based components that are part of the k8s system, the certificate MUST support `Subject Alternative Names(SANs)` instead of the deprecated Common Name certs.
92+
`trustedCa`: A string containing the `base64 encoded` alternative CA certificate content. For now we only support `PEM` format. Another thing to note is that, for compatibility with Go-based components that are part of the Kubernetes system, the certificate MUST support `Subject Alternative Names(SANs)` instead of the deprecated Common Name certs.
9393

9494
Example input:
9595
Note the CA cert should be the base64 encoded string of the PEM format cert content.

0 commit comments

Comments
 (0)