dry-hair-98162
09/21/2022, 7:28 AMdazzling-judge-80093
09/21/2022, 7:30 AMdazzling-judge-80093
09/21/2022, 7:31 AMThese system variables on the server side specify the certificate and key files the server uses when permitting clients to establish encrypted connections:
Basically, this is it from the client's perspective:
ssl_ca: The path name of the Certificate Authority (CA) certificate file. (ssl_capath is similar but specifies the path name of a directory of CA certificate files.)
ssl_cert: The path name of the server public key certificate file. This certificate can be sent to the server and authenticated against the CA certificate that it has.
ssl_key: The path name of the client private key file.