X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=README;h=30869de85e183631aa6ae77a5c420adbfb104c6a;hb=86b63d97ad5491f85ba3b10cd406e963778bac1e;hp=6fb1321c452efb874ed28acf9b8b8b39f2b3c376;hpb=62a0413f0d5faeadb4bbcee143791dbbeaeea2bf;p=lhc%2Fateliers.git diff --git a/README b/README index 6fb1321..30869de 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,11 @@ 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 l'autorité de certification TLS + % export TRACE=all + % random=/dev/urandom lib/tool/openssl/ca/make + % lib/tool/openssl/ca/check +TASK: générer un certificat TLS pour un service $service + % export TRACE=all + % random=/dev/urandom gpg_options="--recipient $USER@" lib/tool/openssl/service/make $service + % lib/tool/openssl/service/check $service