generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot 2022-05-10 04:33:05 +00:00
parent 9eea85ff58
commit 9d8fe3f9f9
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C

View File

@ -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.
::