ajout image snster

This commit is contained in:
Francois Lesueur 2023-01-15 21:03:43 +01:00
parent fd89477565
commit 8dc0cb76b4
3 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,8 @@ Nous utilisons :
À la fin, nous obtenons une maquette d'un petit internet simulé, avec du DNS, des mails tiers, et notre serveur kaz-prod dans un coin. À la fin, nous obtenons une maquette d'un petit internet simulé, avec du DNS, des mails tiers, et notre serveur kaz-prod dans un coin.
Ça mériterait un schéma ! ![topologie](/doc/images/topologie.png)
## Pré-requis ## Pré-requis

BIN
doc/images/topologie.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

View File

@ -209,3 +209,8 @@ EOF
) > >(tee ${DebugLog}stdout.log) 2> >(tee ${DebugLog}stderr.log >&2) ) > >(tee ${DebugLog}stdout.log) 2> >(tee ${DebugLog}stderr.log >&2)
reboot reboot
# Pour sympa-SOAP
# KAZPROD="snster -c /root/snster-kaz -t /root/templates attach kaz-prod -x"
# ${KAZPROD} "docker cp /etc/letsencrypt/local/rootCA.pem sympaServ:/usr/local/share/ca-certificates/rootCA.crt"
# ${KAZPROD} "docker exec -it sympaServ update-ca-certificates"