TLS for the Build Toolkit plug-in
During SAR creation, the Build Toolkit plug-in needs to connect to an instance of the ADFzCC server .
If your IPVSRV server is configured to require clients to connect using transport layer security (TLS), you will need to install the trust chain of your server’s digital certificate in the environment where the Build Toolkit runs.
The File Manager Build Toolkit plug-in uses the default trust store of the JVM environment in
which it runs, for example: $JAVA_HOME/jre/lib/security/cacerts
RACDCERT SITE EXPORT(LABEL('ADFzCC Server
Certificate')) DSN(ADFZCC.CERT)
FORMAT(CERTDER)
Note that there may be multiple certificates in the trust chain.
keytool -import -trustcacerts -keystore jre\lib\security\cacerts -storepass changeit
-noprompt -alias ADFZCC -file C:\certs\adfzcc.cert
With the CA trust chain in place, the File Manager Build Toolkit plug-in will be able to establish a TLS connection with your IPVSRV server.