Print

Server certificate authentication using your own certificate

You must add statements to the tslib.ini file that specifies the location of your certificate only if you are:

For example:

[Config]

Trusted CA File=<certificate_location>

Verify Server FQDN= 0

where:

If you want the client to check the certificate for the FQDN, you can use the Verify Server FQDN=1 setting. Otherwise, you can use the Verify Server FQDN=0 setting.

You must add statements to the tslib.ini file that specify the location and or password of the client keystore only if:

[Config]

Client KeyStore=<keystore-location>

KeyStore Password=<keystore-password>

where:

If the client keystore does not have a password, then this configuration setting is not needed.

Figure 1. Sample tslib.ini file - Part 1

Figure 2. Sample tslib.ini file - Part 2