This commit is contained in:
Sean Hussey
2014-12-17 09:42:29 -05:00
parent efe901d57f
commit 587d551013

View File

@@ -102,7 +102,7 @@ $ docker run -p 3000:3000 -p 35729:35729 -v /Users/mdl/workspace/mean-stack/mean
```
## Running in a secure environment
To run your application in a secure manner you'll need to use OpenSSL and generate a set of self-signed certificates. Unix-based users can use the following commnad:
To run your application in a secure manner you'll need to use OpenSSL and generate a set of self-signed certificates. Unix-based users can use the following command:
```
$ sh ./scripts/generate-ssl-certs.sh
```