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

Add LetsEncrypt Instruction in README #5

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

Conversation

NoobTW
Copy link

@NoobTW NoobTW commented May 6, 2021

Looks like here's a way to enable SSL cert. I think it's good to adding it to README.

// Generate cert?
let generateCert = data.Config.Env.find(item => {
let kv = item.split('=');
return (kv[0] == "GEN_CERT" && kv[1] == "true")
});

@NoobTW
Copy link
Author

NoobTW commented May 10, 2021

Well, it turns out that the image on Docker Hub is not up-to-date with current repo. I'll have to clone the repo and build the image on my own to enable the GEN_CERT stuff.

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.

1 participant