Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
Fixes task mentioned in issue publiclab#4749
  • Loading branch information
saumyag33 committed Mar 6, 2019
1 parent ba6f3b8 commit 657443e
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 @@ -97,7 +97,7 @@ For information on how to install for use with the cloud environment, please see

## SSL in Development

We at public labs use [openssl](https://github.com/ruby/openssl) gem to provide SSL for the secure connection in the development mode. You can run the https connection on the localhost by following following steps:
We, at Public Lab use [openssl](https://github.com/ruby/openssl) gem to provide SSL for the secure connection in the development mode. You can run the https connection on the localhost by following following steps:
1. Use `passenger start --ssl --ssl-certificate config/localhost.crt --ssl-certificate-key config/localhost.key --ssl-port 3001`.
2. Open up https://localhost:3001.
3. Add security exceptions from the advance settings of the browser.
Expand Down

0 comments on commit 657443e

Please sign in to comment.