Skip to content
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

Support HTTPS Magicmirror (resubmit) #1915

Merged
merged 3 commits into from
Feb 6, 2020

Conversation

normankong
Copy link

To support HTTPS with issue ticket #1911 .
The original PR mark closed #1912
Thanks a lot !

@normankong normankong requested a review from MichMich February 1, 2020 15:17
@@ -21,6 +21,10 @@ var config = {
// or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

useHttps: false, // Support HTTPS or not
httpsPrivateKey: "", // HTTPS Private Key path
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it’s a good idea to explain that these variables are optional and only necessary if you want to use https. Agree?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah.... I will update it with below remark. Is that fine ?

useHttps: false, // Support HTTPS or not, default "false" will use HTTP
httpsPrivateKey: "", // HTTPS private key path, only require when useHttps is true
httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true

@MichMich
Copy link
Collaborator

MichMich commented Feb 4, 2020

Yes, perfect.

Copy link
Author

@normankong normankong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added comment. Thanks !

@MichMich MichMich merged commit 30e93a9 into MagicMirrorOrg:develop Feb 6, 2020
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