Endpoint Encryption

 View Only
  • 1.  Create internal user

    Posted Jun 08, 2014 05:21 PM

    Hello,

     

    I need to import already existing MAK. It works fine with following command:

    pgp --import-mak <key.asc> --usp-server <keyserver> --auth-username <username> --auth-passphrase <password>

     

    But when there is no such user, I need to create user account prior to import. With the following command:

    pgp --create-consumer --usp-server <keyserver> --name <username>

     

    how to specify a passphrase for newly created account so I can use it with --import-mak?

     

    Thanks,

    Anton