Skip to content

Commit

Permalink
docs: update TLS example to quote strings not spawn a subshell (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdstewart authored Jul 30, 2020
1 parent e7f38eb commit 0e6ed29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/guides/ssl-https-tls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ If you run Docker locally, you can then use

```
$ docker run ... \
-e SERVE_TLS_CERT_BASE64=$(SERVE_TLS_CERT_BASE64) \
-e SERVE_TLS_KEY_BASE64=$(SERVE_TLS_KEY_BASE64) \
-e SERVE_TLS_CERT_BASE64="$SERVE_TLS_CERT_BASE64" \
-e SERVE_TLS_KEY_BASE64="$SERVE_TLS_KEY_BASE64" \
...
```

Expand Down

0 comments on commit 0e6ed29

Please sign in to comment.