Skip to content

Commit

Permalink
Fix broken STORAGE_PROXY_DOMAIN_NAME
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Moseley <drew@moseleynet.net>
  • Loading branch information
drewmoseley committed Jun 7, 2021
1 parent c29b94e commit 840dda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07.Server-installation/03.Production-installation/docs.md
Expand Up @@ -226,7 +226,7 @@ First, set the public domain name of your server (the URL your devices will reac

```bash
API_GATEWAY_DOMAIN_NAME="mender.example.com" # NB! replace with your server's public domain name
STORAGE_PROXY_DOMAIN_NAME="s3.docker.mender.io" # change if you are using a different domain name than the the default one
STORAGE_PROXY_DOMAIN_NAME="${API_GATEWAY_DOMAIN_NAME}" # change if you are using a different domain name than the the default one
```

Prepare certificates using the helper script `keygen`:
Expand Down

0 comments on commit 840dda6

Please sign in to comment.