ssl 配置不成功

[root@node-4 tls]# ll
总用量 36
-rwx------ 1 admin admin 1679 5月 23 17:29 ca-key.pem
-rwx------ 1 admin admin 1379 5月 23 17:29 ca.pem
-rwx------ 1 admin admin 41 5月 23 17:29 ca.srl
-rwx------ 1 admin admin 1257 5月 23 17:29 client-cert.pem
-rwx------ 1 admin admin 1025 5月 23 17:29 client.csr
-rwx------ 1 admin admin 1675 5月 23 17:29 client-key.pem
-rwx------ 1 admin admin 1257 5月 23 17:29 server-cert.pem
-rwx------ 1 admin admin 1025 5月 23 17:29 server.csr
-rwx------ 1 admin admin 1679 5月 23 17:29 server-key.pem
[root@node-4 tls]# cd …/wallet/
[root@node-4 wallet]# ll
总用量 12
-rwx------ 1 admin admin 1379 5月 23 17:31 ca.pem
-rwx------ 1 admin admin 1257 5月 23 17:31 server-cert.pem
-rwx------ 1 admin admin 1679 5月 23 17:31 server-key.pem
[root@node-4 wallet]# obclient -h192.168.30.43 -P2881 -uroot -p’xuanran123’ -Doceanbase -A
Welcome to the OceanBase. Commands end with ; or \g.
Your OceanBase connection id is 3221524209
Server version: OceanBase_CE 4.2.5.0 (r100000052024102022-e7c676806fda04726bbbcdfbf1758057bb465b59) (Built Oct 20 2024 23:06:06)

Copyright (c) 2000, 2018, OceanBase and/or its affiliates. All rights reserved.

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.

obclient [oceanbase]> ALTER SYSTEM SET ssl_client_authentication= ‘TRUE’;
ERROR 4147 (HY000): key and cert not match

https://www.oceanbase.com/docs/common-oceanbase-database-cn-1000000002013027
麻烦参考一下这篇官方文档