Skip to content

Commit e346d41

Browse files
committed
Make the example secret key generator code a little stronger
Signed-off-by: Brian Warner <brian@bdwarner.com>
1 parent 518a9a2 commit e346d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To build a local container in deployment mode (redirecting any requests without
2121

2222
1. Install Docker
2323
1. Clone this repo, and `cd` into it
24-
1. Generate a random string for the environment variable: ``CDN_ACCESS_KEY=`openssl rand -hex 16` ``
24+
1. Generate a random string for the environment variable: ``CDN_ACCESS_KEY=`openssl rand -hex 32` ``
2525
1. Build the image: `docker build -t prod-releases --build-arg CDN_ACCESS_KEY=$CDN_ACCESS_KEY ./`
2626
1. Run the container, exposing port 80: `docker run -p 127.0.0.1:80:80/tcp prod-releases`
2727
1. To exit the container, press `ctrl+c`

0 commit comments

Comments
 (0)