How to configure CloudFlare's [Forcing the use of mTLS for authentication] under OpenLiteSpeed?

#1
Recently, due to the continuous CC attacks of tampering with cookies, I need to use CloudFlare's [Forcing the use of mTLS for authentication]. Please tell me how to configure it to take effect in OpenLiteSpeed. I already have an SSL certificate and the test was successful on Nginx.

Bash:
       ssl_client_certificate /home/wwwroot/ssl/authenticated_origin_pull_ca.pem;
        ssl_verify_client on;
Please tell me how to convert it so that it can be used on OpenLiteSpeed, thank you!
 
Top