From c2b3d382a8b42a37dbd6cef94d9ef4bc429839f6 Mon Sep 17 00:00:00 2001 From: Rodrigo Goncalves <rodrigo.g@ufsc.br> Date: Mon, 5 Aug 2024 13:45:02 +0000 Subject: [PATCH] Included usage documentation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8346e75..d0ad945 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,15 @@ cp bin/smartdata/Config.php.template bin/smartdata/Config.php ``` * Edit `bin/smartdata/Config.php` to customize your environment. + +# Initial setup +Execute the following command to create the CA certificate in the environment: +``` +docker compose exec -it web /certmanager/create-ca.sh +``` + +# Create client certificates +Execute the following command to create client certificates: +``` +docker compose exec -it web /certmanager/genclient.sh clientId clientDescription +``` -- GitLab