From c53f5a003ace66de50be8e4d605b30db340e005e Mon Sep 17 00:00:00 2001 From: Stephane Bourque Date: Sun, 7 Feb 2021 14:11:23 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a60fe26..3c72476 100644 --- a/README.md +++ b/README.md @@ -418,15 +418,15 @@ simulation: name: sim1 ca: name: tip1 - cert: /etc/ssl/tip-cacert.pem - key: /etc/ssl/tip-cakey.pem + cert: /etc/ssl/certs/tip-cacert.pem + key: /etc/ssl/certs/tip-cakey.pem password: mypassword server: debfarm1-node-a.arilia.com port: 6643 devices: 10 ``` The files in `cert` and `key` are from the perspective of the running container. Since the certificate information must be placed in -the `$PWD/ssl` directory and this is mapped to `/etc/ssl` in the container, this must appear in the `sim1.yaml` file. +the `$PWD/ssl` directory and this is mapped to `/etc/ssl/certs` in the container, this must appear in the `sim1.yaml` file. The scripts should also be put in `$PWD/scripts`, which is mapped to `/scripts` in the container. So the filename you must on on the `docker run` line must be something like `/scripts/simulation.yaml`.