Hi
Sorry this will be a bit long as I try to describe the problem in sufficient detail.
We have installed PGP Command Line on a remote server. Our users access this server through a 3rd party client tool that sends a command to the command line, which runs the PGP Decryption process. However, it appears the PGP Command Line program is creating randseed.rnd files for each user in their user folder: C:\Users\[user]\AppData\LocalLow\PGP Corporation\PGP. Since each user does not have a Users folder, the program is failing for users that do not have one.
We have already configured PGP Command Line to have a separate home folder using the PGP_HOME_DIR environmental directory. We are also including an argument with each command to use that same directory: --home-dir "C:\Program Files\PGP Corporation\PGP Command Line".
We would like the PGP Command Line application to only use files in the PGP_HOME_DIR directory. For security reasons we do not want users have access to multiple locations on the server. Additionally, we'd like all users to have the same randseed.rnd, secring,skr, and pubring.pkr files.
Thank you