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

#602 Support HTTPS #604

Merged
merged 2 commits into from
Dec 20, 2024
Merged

#602 Support HTTPS #604

merged 2 commits into from
Dec 20, 2024

Conversation

tariqksoliman
Copy link
Member

Closes #602

Adds ENVs:

HTTPS=

If true, MMGIS will use an https server with the, now required, HTTPS_KEY and HTTPS_CERT envs. If false, use a wrapping https proxy server instead and block PORT from being public | boolean | false

HTTPS_KEY=

Relative path to key. If using docker, make sure the key is mounted. Everything under './ssl/' is gitignored and './ssl/' is mounted into docker.

HTTPS_CERT=

@tariqksoliman tariqksoliman added the enhancement For making an existing feature better label Dec 20, 2024
@tariqksoliman tariqksoliman self-assigned this Dec 20, 2024
@tariqksoliman tariqksoliman merged commit 2a2d9a4 into development Dec 20, 2024
1 check passed
@tariqksoliman tariqksoliman deleted the ts-602 branch December 20, 2024 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement For making an existing feature better
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[New Feature]: Optional SSL Certs
1 participant