Skip to content

Added SSL Support to Dashboard #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 27, 2016
Merged

Added SSL Support to Dashboard #306

merged 1 commit into from
Apr 27, 2016

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