diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-09 10:55:03 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-09 13:09:38 +0100 |
| commit | 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa (patch) | |
| tree | 5c691241355c943a3c68ddb06b8cf8c60aa11319 /srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-system-variables.json | |
| parent | 7e0d85db834d6351ed85d01e5126ac31dc510b86 (diff) | |
| download | ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.gz ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.bz2 ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.zip | |
phpmyadmin working
Diffstat (limited to 'srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-system-variables.json')
| -rw-r--r-- | srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-system-variables.json | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-system-variables.json new file mode 100644 index 0000000..41a8e65 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-system-variables.json @@ -0,0 +1,123 @@ +{ + "data": [ + { + "dynamic": false, + "id": "have_openssl", + "name": "have_openssl", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_ssl", + "name": "have_ssl", + "scope": [ + "global" + ] + }, + { + "cli": "--ssl-ca=file_name", + "dynamic": false, + "id": "ssl_ca", + "name": "ssl_ca", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--ssl-capath=directory_name", + "dynamic": false, + "id": "ssl_capath", + "name": "ssl_capath", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--ssl-cert=name", + "default": "None", + "dynamic": false, + "id": "ssl_cert", + "name": "ssl_cert", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--ssl-cipher=name", + "default": "None", + "dynamic": false, + "id": "ssl_cipher", + "name": "ssl_cipher", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--ssl-crl=name", + "default": "None", + "dynamic": false, + "id": "ssl_crl", + "name": "ssl_crl", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--ssl-crlpath=name", + "default": "None", + "dynamic": false, + "id": "ssl_crlpath", + "name": "ssl_crlpath", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--ssl-key=name", + "default": "None", + "dynamic": false, + "id": "ssl_key", + "name": "ssl_key", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--tls-version=name", + "default": "TLSv1.1,TLSv1.2,TLSv1.3", + "dynamic": false, + "id": "tls_version", + "name": "tls_version", + "scope": [ + "global" + ], + "validValues": [ + "TLSv1.0", + "TLSv1.1", + "TLSv1.2", + "TLSv1.3" + ] + }, + { + "default": "None", + "dynamic": false, + "id": "version_ssl_library", + "name": "version_ssl_library", + "scope": [ + "global" + ], + "type": "string" + } + ], + "name": "ssltls-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" +} |
