Skip to content

christophecach/easy-rsa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

easy-rsa - Simple shell based CA utility

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
COPYING
GPL-2.0
COPYRIGHT.GPL

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%