Hey I need to run some pgp commands, -what's the name of the package supported by Centos that will allow me to work with pgp?
I need to run pgp --fingerprint key.name
or it's equivalent.
Pro question. Google searches didn't show much, tried to search for pgp, gnupg, openpgp, pgp on centos, openpgp on centos, centos/pgp. No worthy results came back.
Any advice?
-karlski
Karl R. Balsmeier schrieb am 12.06.2007 20:28:
Hey I need to run some pgp commands, -what's the name of the package supported by Centos that will allow me to work with pgp?
I need to run pgp --fingerprint key.name
or it's equivalent.
Pro question. Google searches didn't show much, tried to search for pgp, gnupg, openpgp, pgp on centos, openpgp on centos, centos/pgp. No worthy results came back.
Any advice?
I think you searching for gpg.
Greets René
On Tue, Jun 12, 2007 at 11:28:37AM -0700, Karl R. Balsmeier wrote:
Hey I need to run some pgp commands, -what's the name of the package supported by Centos that will allow me to work with pgp?
I need to run pgp --fingerprint key.name
gnupg, and the command is gpg. It should be already installed, otherwise, yum install gnupg.
Thanks for that, I was now able to man gpg and:
paste the contents of a public key my co-worker had stored in a web screen with vi, called public.key and do:
gpg --import public.key [to get it onto the keyring of the centos server I was using]
gpg --fingerprint [listed all the fingerprint for all the keys created on the machine]
thanks!
-karlski
Luciano Rocha wrote:
On Tue, Jun 12, 2007 at 11:28:37AM -0700, Karl R. Balsmeier wrote:
Hey I need to run some pgp commands, -what's the name of the package supported by Centos that will allow me to work with pgp?
I need to run pgp --fingerprint key.name
gnupg, and the command is gpg. It should be already installed, otherwise, yum install gnupg.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos