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
To set up Horizon communication over https set this to "y" ['y', 'n'].
257
257
258
258
**CONFIG_SSL_CERT**
259
-
PEM encoded certificate to be used for ssl on the https server, leave blank if one should be generated, this certificate should not require a passphrase.
259
+
PEM encoded certificate to be used for ssl on the https server, leave blank if one should be generated.
260
260
261
261
**CONFIG_SSL_KEY**
262
-
Keyfile corresponding to the certificate if one was entered.
262
+
Keyfile corresponding to the certificate if one was entered. This certificate should not require a passphrase.
263
263
264
264
**CONFIG_SSL_CACHAIN**
265
265
PEM encoded CA certificates from which the certificate chain of the server certificate can be assembled.
0 commit comments