Nicholas Hall 8082464c0f Make vars file more sane.
* Removed duplicate KEY_EMAIL var
* Commented out KEY_PCS11 vars [1]
* Commented out KEY_CN with explanation
* Set saner defaults
* reorganized vars, "required" fields first

[1] I commented these out because they're already set to dummy and you only need to change them if you're indeed going to use them.  This makes it a little less confusing to newbies who may not be interested in PKCS11 and get confused when reading that they should now "leave any of these fields blank".

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2012-07-03 08:37:23 -05:00
2012-06-27 07:07:38 -05:00
2012-06-27 07:07:38 -05:00
2012-07-03 08:37:23 -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%