From 9543f90576304513d4e647545c16f9cd0daac64a Mon Sep 17 00:00:00 2001 From: Hakkenouw <58526958+Hakkenouw@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:04:51 -0700 Subject: [PATCH] Add sslinline to index.html.markdown --- website/docs/index.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index 87fa62cb..3cc75a8e 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -166,6 +166,7 @@ The following arguments are supported: * `clientcert` - (Optional) - Configure the SSL client certificate. * `cert` - (Required) - The SSL client certificate file path. The file must contain PEM encoded data. * `key` - (Required) - The SSL client certificate private key file path. The file must contain PEM encoded data. + * `sslinline` - (Optional) - If set to `true`, arguments accept inline ssl cert and key rather than a filename. Defaults to `false`. * `sslrootcert` - (Optional) - The SSL server root certificate file path. The file must contain PEM encoded data. * `connect_timeout` - (Optional) Maximum wait for connection, in seconds. The default is `180s`. Zero or not specified means wait indefinitely.