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

Letsencrypt SSL certificates #10

Closed
drhexium opened this issue Nov 21, 2016 · 4 comments
Closed

Letsencrypt SSL certificates #10

drhexium opened this issue Nov 21, 2016 · 4 comments

Comments

@drhexium
Copy link

Using the letsencrypt service you can obtain the following files:
cert.pem chain.pem fullchain.pem privkey.pem

Can you please let me know which of these (and how) should be mapped onto the following environment variables?
HTTP_TLS_CERT
HTTP_TLS_KEY

Also, do any of the files .pem above need to be associated with the LoRaWAN server (or all associations need to be performed on the LoRa-app server)?

Thanks

@hecko
Copy link
Contributor

hecko commented Nov 22, 2016

Im not entirely sure, but you can try to use the fullchain.pem for CERT and privkey.pem for KEY

Marcel

@brocaar
Copy link
Owner

brocaar commented Nov 22, 2016

@hecko yes that is correct.

@drhexium HTTP_TLS_CERT and HTTP_TLS_KEY should contain the paths to these files.

@drhexium
Copy link
Author

It worked (I was trying to use cert.pem on HTTP_TLS_CERT previously)!

This may be worth adding to the "Getting Started" documentation section.

Many thanks!

@brocaar
Copy link
Owner

brocaar commented Nov 25, 2016

Great!

@brocaar brocaar closed this as completed Nov 25, 2016
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

No branches or pull requests

3 participants