Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
organizing contributed helpful scripts into a ./scripts/ folder befor…
Browse files Browse the repository at this point in the history
…e we mess up the app root directory
  • Loading branch information
lirantal committed Nov 28, 2014
1 parent 6ec9233 commit 5c689e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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:
```
$ sh generate-ssl-certs.sh
$ sh ./scripts/generate-ssl-certs.sh
```
Windows users can follow instructions found [here](http://www.websense.com/support/article/kbarticle/How-to-use-OpenSSL-and-Microsoft-Certification-Authority)
To generate the key and certificate and place them in the *config/sslcerts* folder.
Expand Down
8 changes: 0 additions & 8 deletions generate-ssl-certs.sh

This file was deleted.

0 comments on commit 5c689e9

Please sign in to comment.