mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[PR #16] [CLOSED] Add HTTPS Support #173
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mthenw/frontail/pull/16
Author: @ardavis
Created: 6/20/2013
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
5b0a77fAdd ability to pass in a key.pem and cert.pem to start an HTTPS server3bc39ebAdd ability to pass in a key.pem and cert.pem to start an HTTPS server19d9ff3Merge with upstream master to get updated options / README. Also update the README to reflect HTTPS4b9af6eAdd ability to pass in a key.pem and cert.pem to start an HTTPS server, update README📊 Changes
2 files changed (+30 additions, -13 deletions)
View changed files
📝
README.md(+15 -12)📝
lib/frontail.js(+15 -1)📄 Description
This may fix https://github.com/mthenw/frontail/issues/15, I needed a way to start an HTTPS server so I simply added a way to pass in a path to a key.pem and a cert.pem file, if these are passed in, it will start an HTTPS server, otherwise it'll continue with an HTTP server.
I threw this together pretty quick, so feel free to modify as you see fit.
Thanks,
Andrew Davis
NASA - Kennedy Space Center
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.