Skip to content

Commit

Permalink
doc(ssl): specify how variables export should be done for ssl deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise authored and Coduz committed Oct 3, 2023
1 parent 7438e04 commit 991c8fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ export KAPUA_KEY=$(cat /path/to/private.key)
export KAPUA_KEY_PASSWORD=private_key_password
```

Please notice that these variables must be exported from the shell as shown above. Declare them in a `env` file or
setting them in the `docker-compose` file does not work because the command substitution does not happen in these cases.

##### Providing a Keystore

Otherwise, two environment variables can be used to provide an already existing keystore and its password:
Expand Down

0 comments on commit 991c8fe

Please sign in to comment.