Print

Certificate configuration statements addition to the tslibrc file

If you are using your own certificates for server certificate authentication, and you are not using the predefined location for storing certificates (that is, /opt/mvap/tsapi/client/certs/CA/aesCerts.pem), you must add statements to the tslibrc file that specify where your certificates are located. For example:

Trusted CA File=<certificate_location>

Verify Server FQDN= 0

where:

If the TSAPI Service is configured to perform client certificate authentication and you are not using the predefined location for the client keystore (that is, the tsapiClient.pfx file), or if the client keystore is password protected, then you must add statements to the tslibrc file that specify the location and/or password of the client keystore. For example:

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. Editing the tslibrc file - Part 1
Figure 2. Editing the tslibrc file - Part 2