mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-16 19:10:05 +02:00
Fix typo
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user