client_certificate

Specifies the certificate to be used by the TLS client.

client_certificate | clt_cert=ClientCertificateFile

Arguments

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

Use

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

Description

If client_certificate is specified, client_key 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 client certificate is self-signed, the ca_certificate specified for the TLS server must be the same as the client_certificate.

Using client_certificate

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

Related Topics