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

Allow for using absolute paths for certificates #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rslota
Copy link
Contributor

@rslota rslota commented May 25, 2020

No description provided.

@rslota rslota requested review from michalwski and leszke May 25, 2020 22:27
README.md Outdated
@@ -64,8 +64,8 @@ Environmental variables to configure production release:
##### Settings for HTTP endpoint:
* `PUSH_HTTPS_BIND_ADDR` - Bind IP address of the HTTP endpoint. Default value in prod release is "127.0.0.1", but docker overrides this with "0.0.0.0"
* `PUSH_HTTPS_PORT` - The port of the MongoosePush HTTP endpoint. Please note that docker exposes only `8443` port, so changing this setting is not recommended
* `PUSH_HTTPS_KEYFILE` - Path to a PEM keyfile used for HTTP endpoint
* `PUSH_HTTPS_CERTFILE` - Path to a PEM certfile used for HTTP endpoint
* `PUSH_HTTPS_KEYFILE` - Path to a PEM keyfile used for HTTP endpoint (must be aabsolute).
Copy link
Contributor

Choose a reason for hiding this comment

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

aaabsolute :D

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

Successfully merging this pull request may close these issues.

None yet

2 participants