Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Jun 12, 2024
1 parent b6ba5f4 commit 600ca54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ python -c 'import secrets; print(secrets.token_hex())'
```shell
openssl req -x509 -noenc -newkey rsa:2048 -keyout ./key.pem -out ./req.pem -days 90 -subj "/C=GB/ST=Devon/L=Plymouth/O=HM Land Registry/OU=DDaT/CN=localhost"

openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
openssl dhparam -out ./dhparam.pem 2048
```

### Run containers
Expand Down

0 comments on commit 600ca54

Please sign in to comment.