client_key

Specifies the key that belongs to the certificate used by the TLS client.

client_key | clt_key {=ClientKeyFile}

Arguments

ClientCertificateFile—relative or full path to the client key file.

Use

Set this option in the assignment file of TLS clients (Uniface applications and shared Uniface Servers).

It can be set in a TLS connection profile in [NET_SETTINGS], or with the USYS$TLS_PARAMS setting in [DRIVER_SETTINGS].

Description

If client_key is specified, client_certificate must also be specified. Otherwise, an error will be returned.

If neither client_certificate nor client_key are specified, the default files personal.crt and personal.key in the current working directory are used.

If the key is password protected, the password must be specified with the client_key_password option.

Using client_key

[NET_SETTINGS]
 CheckClient=verify_client=yes, client_certificate=clcert.crt, client_key=clkey.key

Related Topics