Hi Dwayne,
Thank you for your interest in ProxySQL.
Because you mention mysql-ssl_p2s_ca, mysql-ssl_p2s_cert, and mysql-ssl_p2s_key variables, I would assume you are confusing certificates that ProxySQL uses to connect to backends (mysql-ssl_p2s_ca, mysql-ssl_p2s_cert, and mysql-ssl_p2s_key : "p2s" is a shortcut for "proxysql to server") with the certificates that ProxySQL uses when clients connect to ProxySQL (proxysql-ca.pem, proxysql-cert.pem, and proxysql-key.pem in the datadir).
Variables mysql-ssl_p2s_ca, mysql-ssl_p2s_cert, and mysql-ssl_p2s_key (and others!) can be modified to specify paths for various certificates that ProxySQL will use to connect to MySQL backends.
The paths for the certificates proxysql-ca.pem, proxysql-cert.pem, and proxysql-key.pem in the datadir cannot be configured.
I hope this helps you.
Thanks,
René