Browse Source

ajout image snster

pull/1/head
Francois Lesueur 1 year ago
parent
commit
8dc0cb76b4
  1. 3
      README.md
  2. BIN
      doc/images/topologie.png
  3. 5
      files/provision.sh

3
README.md

@ -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.
Ça mériterait un schéma !
![topologie](/doc/images/topologie.png)
## Pré-requis

BIN
doc/images/topologie.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

5
files/provision.sh

@ -209,3 +209,8 @@ EOF
) > >(tee ${DebugLog}stdout.log) 2> >(tee ${DebugLog}stderr.log >&2)
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"

Loading…
Cancel
Save