Menu

Tree [808246] master /
 History

HTTPS access


File Date Author Commit
 distro 2012-02-24 Alon Bar-Lev Alon Bar-Lev [5499b1] packaging: rpm: initial add
 doc 2012-03-22 Alon Bar-Lev Alon Bar-Lev [4886d5] build: doc
 easy-rsa 2012-06-29 Nicholas Hall Nicholas Hall [808246] Make vars file more sane.
 .gitignore 2012-02-24 Alon Bar-Lev Alon Bar-Lev [09968b] build: simple autotools build
 COPYING 2012-02-24 Alon Bar-Lev Alon Bar-Lev [09968b] build: simple autotools build
 COPYRIGHT.GPL 2012-02-24 Alon Bar-Lev Alon Bar-Lev [09968b] build: simple autotools build
 Makefile.am 2012-02-24 Alon Bar-Lev Alon Bar-Lev [5499b1] packaging: rpm: initial add
 README 2012-06-27 Eric F Crist Eric F Crist [6bbe93] adding README with instructions for signing/ver...
 configure.ac 2012-06-27 Eric F Crist Eric F Crist [776cff] Changed to version 2.2.x for added build system

Read Me

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.