Hide Forgot
Actual results: -K KEY_FILE, --key-file=KEY_FILE specify client PEM key-file -C CERT_FILE, --cert-file=CERT_FILE specify client PEM cert-file -A CA_FILE, --ca-file=CA_FILE specify server CA cert-file Expected results: -K CLIENT_KEY_FILE, --client-key-file=KEY_FILE specify client PEM key-file -C CLIENT_CERT_FILE, --client-cert-file=CERT_FILE specify client PEM cert-file -A SERVER_CA_FILE, --server-ca-file=CA_FILE specify server CA cert-file
The current options are already clear enough, and changing them would cause compatibility issues.