If you have a keyserver already set:
> gpg --recv-key CA6CDFB2
Otherwise:
> gpg --keyserver hkp://subkeys.pgp.net --recv-key CA6CDFB2
In these examples, CA6CDFB2 is the key ID of the key being downloaded.
If you have a keyserver already set:
> gpg --recv-key CA6CDFB2
Otherwise:
> gpg --keyserver hkp://subkeys.pgp.net --recv-key CA6CDFB2
In these examples, CA6CDFB2 is the key ID of the key being downloaded.
Post a Comment