From b4267b2fac7d1ae650fda8eb43a5e18136437bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 18 Apr 2016 16:39:11 +0200 Subject: [PATCH] Add backlinks to configuration options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/config.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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']`