diff --git a/README.md b/README.md index 8346e756661c21363c20a145e58a1f670aa182bf..d0ad9455ba1f947db354f2eeb8bd664cc6772f08 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 +```