File Share Encryption

 View Only
  • 1.  PGP key Pair

    Posted Jun 22, 2015 07:55 AM

    Hello Guys,

     

     

    Our HR and Servicedesk have additional PGP Key pair. The problem is that the signature of those public key expire.

    And we can't send encrypted message to them. Uncrypted works fine. Can someone assist me here?

     

     

    pgp key.jpg

     



  • 2.  RE: PGP key Pair

    Posted Jun 22, 2015 11:39 AM

    With what key mode are the keys created?  Depending on the key mode, you might just be able to synchronize the keys with the server to get the signature renewed.  You can manually force the Organization key to renew signatures of all keys on the server by starting an SSH session and issuing the following command:
    pgpkeymaint --update-sigs

    More info on setting up SSH here if you need it:
    https://support.symantec.com/en_US/article.TECH171773.html

    Since it is just an expired signature, you should be able to get that signature renewed, and not have to generate a new keypair.



  • 3.  RE: PGP key Pair

    Posted Jun 23, 2015 09:19 AM

    Hello Mike,

     

    Thank you for replying to my question. We are using GKM Key mode for our PGP Server. I will try your solution and inform you about the result.