mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
Merge 10.3 into 10.4
This commit is contained in:
commit
d6d66c6e90
33 changed files with 427 additions and 481 deletions
|
|
@ -472,7 +472,7 @@ read_cnf()
|
|||
|
||||
encrypt=$(parse_cnf "$encgroups" 'encrypt' 0)
|
||||
tmode=$(parse_cnf "$encgroups" 'ssl-mode' 'DISABLED' | \
|
||||
tr [:lower:] [:upper:])
|
||||
tr '[[:lower:]]' '[[:upper:]]')
|
||||
|
||||
case "$tmode" in
|
||||
'VERIFY_IDENTITY'|'VERIFY_CA'|'REQUIRED'|'DISABLED')
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ SSTCERT="$tpem"
|
|||
SSTCA="$tcert"
|
||||
SSTCAP="$tcap"
|
||||
|
||||
SSLMODE=$(parse_cnf "$encgroups" 'ssl-mode' | tr [:lower:] [:upper:])
|
||||
SSLMODE=$(parse_cnf "$encgroups" 'ssl-mode' | tr '[[:lower:]]' '[[:upper:]]')
|
||||
|
||||
if [ -z "$SSLMODE" ]; then
|
||||
# Implicit verification if CA is set and the SSL mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue