We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c093e commit c0d646eCopy full SHA for c0d646e
docs/Test-environment.md
@@ -6,13 +6,13 @@
6
7
* Configure your Vault CLI environment
8
9
- ```
+ ```shell
10
# Should match the Vault listener configuration
11
export VAULT_ADDR="http://127.0.0.1:8200"
12
# Root CA certificate for HTTPS protocol
13
- export VAULT_CACERT=/path/ca.crt
+ export VAULT_CACERT=/path/to/ca.crt
14
# Location of the vault command
15
- export PATH=$PATH:/path/vault
+ export PATH=$PATH:/path/to/vault
16
```
17
18
* Modify Docker compose configuration on this file: `docker-compose.yaml`
@@ -163,7 +163,7 @@ api_addr = "http://127.0.0.1:8200"
163
164
* Modify `vault.json` to enable TLS and copy it to the Docker volume
165
166
+ ```json
167
{
168
...
169
"listener": {
0 commit comments