-
Notifications
You must be signed in to change notification settings - Fork 27
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
Got HTTPS? #52
Comments
should this be canopy-specific? I still don't have a clear picture how to integrate/deploy let's encrypt.. |
Canopy can just as well serve these files required by the ACME protocol without having a file system, it just might be a bit tedious to implement. |
I'm working on this in branch |
It looks awesome ! |
It happens that there's somebody implementing the ACME protocol in pure ocaml.
It would be fantastic if we manage to integrate it in Canopy.
With this issue, I would like to open a discussion on the topic.
For what I can see, we need to converge on:
https://github.com/mmaker/ocaml-acme/blob/master/src/acme_client.ml#L38-41
and expecting a stat server to be running in parallel, serving that directory.
This is super easy to do with nginx or apache, but how about canopy?
The text was updated successfully, but these errors were encountered: