Update verify_certificate options

This commit is contained in:
alnoam 2025-01-19 11:04:50 +02:00
parent 453f0c7359
commit f1ea31f24a

View File

@ -831,7 +831,8 @@ This configuration option is experimental, and has not been vigorously tested, s
The values are:
* `true` - Verify
* `false` - Do not verify.
* `false` - Do not verify.
* `path/to/certificate` - The certificate file to use for verification.
:::warning
Set to False only if required.