Skip to content

Conversation

@Vortec4800
Copy link
Contributor

I've added SSL/HTTPS support to the Dashboard Express app via two new command line options. An example command for SSL is:

$ parse-dashboard --config ~/dash-config.json --sslKey /etc/letsencrypt/live/domain.com/privkey.pem --sslCert /etc/letsencrypt/live/domain.com/cert.pem

This will load app details from the config file and load current SSL keys as generated from letsencrypt.

Some basic info came from #204.

Let me know if I'm missing anything, or if you'd like me to add details to the README file as well.

@ghost
Copy link

ghost commented Apr 27, 2016

By analyzing the blame information on this pull request, we identified @drew-gross, @gimdongwoo and @hpello to be potential reviewers.

@drew-gross
Copy link
Contributor

Awesome, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants