22
0
Fork 0

Générer la liste des clés

This commit is contained in:
Benoît S. 2019-04-16 16:20:47 +02:00
parent 725456066f
commit 44c6e55583
1 changed files with 9 additions and 2 deletions

View File

@ -120,7 +120,6 @@ On utilise [ksp-tools](https://github.com/formorer/ksp-tools) écrit en perl.
# sudo -iu ksp
$ mkdir keys gpg
$ git clone https://github.com/formorer/ksp-tools.git
$ git clone https://github.com/FOSDEM/keysigning.git fosdem-tools
~~~
On crée une unité systemd pour lancer le démon perl.
@ -142,4 +141,12 @@ WantedBy=default.target
### Générer la liste des clés
On utilise un script du [FOSDEM](https://github.com/FOSDEM/keysigning) écrit en perl.
On utilise un script du [FOSDEM](https://github.com/FOSDEM/keysigning) écrit en perl.
~~~
# sudo -iu ksp
$ git clone https://github.com/FOSDEM/keysigning.git fosdem-tools
$ cd ~/fosdem-tools/
$ ln -s ~/keys/votreVHOST/keys .
$ bin/generate-keylist.sh
~~~