mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Update admin_manual/configuration_database/linux_database_configuration.rst
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
@@ -169,10 +169,10 @@ This just covers the SSL database configuration on the Nextcloud server. First y
|
||||
::
|
||||
|
||||
'dbdriveroptions' => [
|
||||
1007 => '/../ssl-key.pem',
|
||||
1008 => '/../ssl-cert.pem',
|
||||
1009 => '/../ca-cert.pem',
|
||||
1014 => true,
|
||||
\PDO::MYSQL_ATTR_SSL_KEY => '/../ssl-key.pem',
|
||||
\PDO::MYSQL_ATTR_SSL_CERT => '/../ssl-cert.pem',
|
||||
\PDO::MYSQL_ATTR_SSL_CA => '/../ca-cert.pem',
|
||||
\PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => true,
|
||||
],
|
||||
|
||||
Adjust the paths to the pem files for your environment.
|
||||
|
||||
Reference in New Issue
Block a user