Tag Archives: PGP OS X

Setup PGP on Snow Leopard

Posted 05 January 2010 | By osX | Categories: Uncategorized | No Comments

How To:
Begin by downloading and verifying the GnuPG archives from. Here’s what to type:
curl -O ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.10.tar.gzcurl -O ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.10.tar.gz.sig
If this server does not work please take a look at the morrors page of GnuPG at http://www.gnupg.org/(en)/download/mirrors.html, choose a mirror and replace the URL in an appropriate way. For instance choose curl -O ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/ gnupg-1.4.2.2.tar.gz
To [...]