X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=README;h=f9aa5433d7e07616a46d6ea1b257407958ca427e;hp=6fb1321c452efb874ed28acf9b8b8b39f2b3c376;hb=3e8f7fa8b58506dcb6b632855cfdb7da3b2b7ead;hpb=62a0413f0d5faeadb4bbcee143791dbbeaeea2bf diff --git a/README b/README index 6fb1321..f9aa543 100644 --- a/README +++ b/README @@ -28,9 +28,9 @@ TASK: obtenir une installation démarable @host % /root/tool/vm/vm_hosted init @host % exit TASK: initialiser la VM - @host % ~/tool/ateliers/vm_host vm_init + @host % ~/tool/ateliers/vm_host vm_configure @host % ~/tool/ateliers/vm_host vm_start - @hosted % vm_hosted user_init + @hosted % vm_hosted user_configure TASK: démarrer la VM @host % vm_host vm_start TASK: ajouter un-e administrateurice $user @@ -49,3 +49,13 @@ TASK: pousser des changements locaux sur la VM @hosted % vm_hosted git_reset TASK: se connecter interactivement en root à la VM avec une connection SSH persistante @remote % ./vm_remote mosh -l root +TASK: générer une autorité de certification et un sous-certificat TLS + % export TRACE=all + % random=/dev/urandom gpg_options="-r $USER@ -r $SOME_OTHER_USER@" lib/tool/openssl/make etc/openssl/heureux-cyclage.org + % random=/dev/urandom gpg_options="-r $USER@ -r $SOME_OTHER_USER@" lib/tool/openssl/make etc/openssl/*.heureux-cyclage.org + % lib/tool/openssl/check etc/openssl/* +TASK: gérer gitolite + % cd etc/gitolite + % vim conf/gitolite.conf + % git commit + % ../../vm_remote gitolite_push