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.
Please tell me how to convert it so that it can be used on OpenLiteSpeed, thank you!
Bash:
ssl_client_certificate /home/wwwroot/ssl/authenticated_origin_pull_ca.pem;
ssl_verify_client on;