You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/kots/manifests/kots-config.yaml
+14-1
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,14 @@ spec:
258
258
title: Use a self-signed TLS certificate
259
259
type: bool
260
260
default: "0"
261
-
help_text: A self-signed certficate should only be used if applying TLS termination to your load balancer or other proxy.
261
+
help_text: |
262
+
A self-signed certficate should only be used if applying TLS termination to your load balancer or other proxy.
263
+
264
+
If you are terminating your TLS connection with this certificate, you will need to download the [CA](https://en.wikipedia.org/wiki/Certificate_authority)
0 commit comments