Skip to content
Snippets Groups Projects
Commit c2b3d382 authored by Rodrigo Goncalves's avatar Rodrigo Goncalves
Browse files

Included usage documentation

parent c8cec232
No related branches found
No related tags found
1 merge request!15Resolve "Include scripts to create client certificates in docker image"
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment