diff --git a/doc/config.rst b/doc/config.rst index 1ef6fedd19..e9ead74138 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -296,8 +296,6 @@ Server connection settings Directory containing trusted SSL CA certificates in PEM format. - .. seealso:: :ref:`example-google-ssl` - .. config:option:: $cfg['Servers'][$i]['ssl_ciphers'] :type: string @@ -305,8 +303,6 @@ Server connection settings List of allowable ciphers for SSL connections to the MySQL server. - .. seealso:: :ref:`example-google-ssl` - .. config:option:: $cfg['Servers'][$i]['ssl_verify'] :type: boolean @@ -2944,3 +2940,11 @@ server certificates and tell phpMyAdmin to use them: $cfg['Servers'][$i]['ssl_ca'] = '../server-ca.pem'; // Disable SSL verification (see above note) $cfg['Servers'][$i]['ssl_verify'] = false; + +.. seealso:: + + :config:option:`$cfg['Servers'][$i]['ssl']`, + :config:option:`$cfg['Servers'][$i]['ssl_key']`, + :config:option:`$cfg['Servers'][$i]['ssl_cert']`, + :config:option:`$cfg['Servers'][$i]['ssl_ca']`, + :config:option:`$cfg['Servers'][$i]['ssl_verify']`