From 1fa28cd8d3d061e8dc3f93c5ec0c4c4f9873925c Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Sun, 3 Aug 2025 14:44:46 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20infos=20pour=20cr=C3=A9er=20un=20`truc.?= =?UTF-8?q?crans.org`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- howto/creer_vm_crans.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/howto/creer_vm_crans.md b/howto/creer_vm_crans.md index bf9346c..f2b4c52 100644 --- a/howto/creer_vm_crans.md +++ b/howto/creer_vm_crans.md @@ -76,6 +76,21 @@ des chiffres): > Recommendation : pour que ce soit plus simple vous pouvez vous inspirer de la > configuration d'une VM pré-existante. +#### Création de l'entrée dans un des reverseproxy + +Actuellement il y a deux reverse proxy au Crans, un sous debian (`hodaur`), un +sous nixos (`reverseproxy`) qui a anubis. + +- `hodaur` est géré par la [config ansible](https://gitlab.crans.org/nounous/ansible) +- `reverseproxy` est géré par la [config nixos](https://gitlab.crans.org/nounous/nixos) + +Pour pouvoir générer un certificat valide pour votre nouvelle vm en +`nom.crans.org`, +ajouter dans `cn=hodaur.crans.org,cn=hodaur,ou=hosts,dc=crans,dc=org` ou +`dn: cn=reverseproxy.crans.org,cn=reverseproxy,ou=hosts,dc=crans,dc=org`, +un champ `cn: nom.crans.org` (en modifiant évidemment `nom` par votre super +service). + ### Création de la VM sur Proxmox > :bulb: Pour créer une VM sous nixos référez vous au repos