We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d758c5a commit 004aed8Copy full SHA for 004aed8
security/certificate_types_descriptions/proxy-certificates.adoc
@@ -48,9 +48,9 @@ $ cat install-config.yaml
48
----
49
...
50
proxy:
51
- httpProxy: http://<https://username:password@proxy.example.com:123/>
52
- httpsProxy: https://<https://username:password@proxy.example.com:123/>
53
- noProxy: <123.example.com,10.88.0.0/16>
+ httpProxy: http://<username:password@proxy.example.com:123/>
+ httpsProxy: http://<username:password@proxy.example.com:123/>
+ noProxy: <123.example.com,10.88.0.0/16>
54
additionalTrustBundle: |
55
-----BEGIN CERTIFICATE-----
56
<MY_HTTPS_PROXY_TRUSTED_CA_CERT>
0 commit comments