Update ceof
This commit is contained in:
parent
e57d53f45a
commit
1654e06365
1 changed files with 7 additions and 9 deletions
|
@ -12,14 +12,8 @@ can view [the poster that was used on the presentation](http://git.schottelius.o
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* python3
|
* python3
|
||||||
|
* python-gnupg (the package python3-gnupg exists for Debian)
|
||||||
### When the distro ships a package for python3-gnupg (e.g. Debian):
|
* virtualenv (optional, if isolating the environment for ceof)
|
||||||
|
|
||||||
* python3-gnupg
|
|
||||||
|
|
||||||
### Otherwise:
|
|
||||||
|
|
||||||
* virtualenv
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -38,8 +32,12 @@ can view [the poster that was used on the presentation](http://git.schottelius.o
|
||||||
. ./python-env/bin/activate
|
. ./python-env/bin/activate
|
||||||
pip install python-gnupg
|
pip install python-gnupg
|
||||||
|
|
||||||
* Generate public/private key pair (may take some time, try to keep your computer busy so you can gather more entropy)
|
### Create public/private key pair
|
||||||
|
|
||||||
|
This may take some time, try to keep your computer busy so you can gather
|
||||||
|
more entropy.
|
||||||
|
|
||||||
|
cd ceof
|
||||||
./src/bin/ceof crypto -g --name "Nico@Tee" --email-address nico-ceof@tee.schottelius.org
|
./src/bin/ceof crypto -g --name "Nico@Tee" --email-address nico-ceof@tee.schottelius.org
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
Loading…
Reference in a new issue