Eric F Crist ff5bfd1dd8 Change hash and keysize defaults to modern standards
Change keysize defaults from 1024 to 2048 bits and change the default
hash from md5 to sha256.  Also, removed an oddly-specific call for sha1
in one instance.

Signed-off-by: Josh Cepek <josh.cepek@usa.net>
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2013-01-30 14:59:18 -06:00
2012-06-27 07:07:38 -05:00
2012-06-27 07:07:38 -05:00
2012-06-27 07:07:38 -05:00
2012-06-27 07:07:38 -05:00
2012-06-27 07:07:38 -05:00
2012-06-27 07:07:38 -05:00

SIGNING:
 $ gpg -a -b [file]

VERIFY SIGNATURE:
We sign easy-rsa packages with a GPG private key.  The public key is available
in the git repository (PUBLIC_KEY) as well as on various GPG/PGP public key
servers around the net.

To verify the package signature download and import our public key into GPG:
  $ gpg --import pubkey.txt
Then download and verify the signature:
  $ gpg -v --verify [file].asc
Note that the [file].asc and tarball need to be in the same directory.
Languages
Shell 99.4%
Batchfile 0.6%