diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 0e90ab6617..dff77f945c 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -1454,12 +1454,19 @@ Configuration settings include: ``CurlOptions`` Specify a semicolon-separated list of options to control the Curl library that CTest uses internally to connect to the - server. Possible options are ``CURLOPT_SSL_VERIFYPEER_OFF`` - and ``CURLOPT_SSL_VERIFYHOST_OFF``. + server. * `CTest Script`_ variable: :variable:`CTEST_CURL_OPTIONS` * :module:`CTest` module variable: ``CTEST_CURL_OPTIONS`` + Possible options are: + + ``CURLOPT_SSL_VERIFYPEER_OFF`` + Disable the ``CURLOPT_SSL_VERIFYPEER`` curl option. + + ``CURLOPT_SSL_VERIFYHOST_OFF`` + Disable the ``CURLOPT_SSL_VERIFYHOST`` curl option. + ``DropLocation`` Legacy option. When ``SubmitURL`` is not set, it is constructed from ``DropMethod``, ``DropSiteUser``, ``DropSitePassword``, ``DropSite``, and