Endpoint Encryption

 View Only
  • 1.  PGP Error: 3082 Invalid Date

    Posted Aug 17, 2013 09:53 AM

    Dear Sir/Madam,

     

    I run below command but don't understand why it displayed an error "invalid date" even I typed the correct date format. Please advise how to fix the error.

     

    pgp --set-expiration-date MYKEY --expiration-date 2018-06-01 --passphrase TESTING

     

    Thanks & Regards,

    Florence



  • 2.  RE: PGP Error: 3082 Invalid Date

    Posted Aug 17, 2013 11:21 AM

    Use the following commands to update the expiration date of your PGP key.

    Set the expiration date

    pgp --set-expiration-date --expiration-date <user> --passphrase <pass>

    Example: pgp --set-expiration-date --expiration-date 2020-01-01 "Test User " --passphrase password
     

    HOW TO: Update an expiration date for a key - PGP Command Line

     http://www.symantec.com/docs/HOWTO42027



  • 3.  RE: PGP Error: 3082 Invalid Date

    Posted Aug 18, 2013 04:19 AM

    Dear Sir/Madam,

     

    Here is the error message.

    pgp:set expire date (3082:invalid date)

     



  • 4.  RE: PGP Error: 3082 Invalid Date

    Posted Aug 18, 2013 04:19 AM

     

    Thanks for your reply.

    My command is exactly same as your command but it still displayed the error "invalid date" as below.

     

    pgp --set-expiration-date --expiration-date 2018-06-01 MYKEY --passphrase TESTING

    pgp:set expire date (3082:invalid date)

     



  • 5.  RE: PGP Error: 3082 Invalid Date

    Posted Aug 18, 2013 04:39 AM

    hi,

    MYKEY is your user name ?

    Please try this.

    pgp --set-expiration-date --expiration-date 2018-06-01 "MYKEY " --passphrase Testing



  • 6.  RE: PGP Error: 3082 Invalid Date

    Posted Aug 18, 2013 04:46 AM

    yes, MYKEY is the key name.

    I have tried below command but still has the same error.

    pgp --set-expiration-date --expiration-date 2018-06-01 "MYKEY " --passphrase Testing

    pgp:set expire date (3082:invalid date)

     



  • 7.  RE: PGP Error: 3082 Invalid Date

    Posted Aug 21, 2013 06:47 PM

    I can't reproduce this issue:

    $ pgp --set-expiration-date --expiration-date 2018-06-01 exptest --passphrase 1234
    0x13939370:set expire date (0:expiration date successfully updated)
     
     
    and running "pgp --list-key-details exptest" shows the expected expiration date.  What version are you running, and on what platform?
     
    Thanks.