Open alexmnyc opened 6 years ago
The extracted binary includes a hash to keep the files from conflicting. If the file already exists, and the hash matches it will reuse the existing binary. You don't need to explicitly set the temp directory.
what about certificates for multiple KPL from different regions? Will there be no conflict either?
The certificates are only extracted if they aren't present. Older versions of the KPL extract the certificate to a different location, so they don't conflict with each other.
I misread your initial question. The certificates that come with the KPL are root certificates and are used for all regions.
When using multiple KPL instances on the server for multiple regions, do I need to specify a unique temp directory for each instance or leaving the deafaults "/tmp" is good enough?
do I need to do this:
If doing the above ^^^, does KPL take care of creating subdirectories in /tmp.... ?