Initial commit

This commit is contained in:
Guillaume-Sanchez
2026-05-06 16:45:30 +02:00
parent 57cd2873d5
commit 0aa817abf0
333 changed files with 43173 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
# 26 03 2026
## TP infrastructure de gestion de clés (PKI)
Pour mettre en place lancer la commande :
```
docker compose up -d
```
Il y a 3 Conteneurs : DEBIAN-01, administrateurs, consultants
Pour accèder au conteneur :
```
docker exec -it <nom du conteneur> bash
```