Endpoint Encryption

 View Only
  • 1.  transferring PGP install (keys and keychains) to different server

    Posted Sep 30, 2013 09:11 AM

    How does one go about transferring an existing install to another server? On the new server PGP is already installed and licensed. We'd just like to export our existing keychain and others public keys from the old server to this new server.



  • 2.  RE: transferring PGP install (keys and keychains) to different server

    Posted Sep 30, 2013 10:27 AM

    What OS are both the servers on?  Have you changed any default keyring locations?



  • 3.  RE: transferring PGP install (keys and keychains) to different server

    Posted Sep 30, 2013 10:30 AM

    Default locations taken on both machines.

    Old machine is Server 2003 while new machine is Server 2008 R2



  • 4.  RE: transferring PGP install (keys and keychains) to different server

    Posted Sep 30, 2013 11:37 AM

    The simplest thing is to simply copy the keyring files from the old system to the new system.

    Running "pgp --version -verbose" will tell you the location of the keyring files.  Run this on the old system, and copy the public and private keyring files.  Run this on the new system, and drop these files into that location.

     



  • 5.  RE: transferring PGP install (keys and keychains) to different server

    Posted Sep 30, 2013 03:12 PM

    is there a way to change the install directory for PGP? on the old server its just C:\PGP, which is fine because multiple people will need access to PGP command line. on the new server it wants to install and keep the settings in my user profile.



  • 6.  RE: transferring PGP install (keys and keychains) to different server

    Posted Sep 30, 2013 06:18 PM

    It is difficult to change the install location (where pgp.exe lives).

    Other settings (preferences, keyrings, etc.) can be shared.  The easiest way to do this is to set the PGP_HOME_DIR environment variable, or to use the "--home-dir" option when invoking PGP Command Line.

     



  • 7.  RE: transferring PGP install (keys and keychains) to different server

    Posted Oct 01, 2013 07:42 AM

    Ok thanks. PGP_HOME_DIR as a system variable seems like the deal



  • 8.  RE: transferring PGP install (keys and keychains) to different server

    Posted Oct 01, 2013 08:42 AM

    Sometimes I need to reboot Windows boxes after the environment variable, just a heads up.