From 9d8fe3f9f91ca7402eb038263cda65986983cae7 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 10 May 2022 04:33:05 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 30fbcb82e..dcbca8d56 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1804,7 +1804,7 @@ the passed keys and certificates are readable by the PHP process. In addition PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT might need to be set to false, if the database servers certificates CN does not match with the hostname used to connect. The standard behavior here is different from the MySQL/MariaDB CLI client, which -does not verify the server cert except ``--ssl-verify-server-cert`` is passed manually. +does not verify the server cert except --ssl-verify-server-cert is passed manually. ::