-
Notifications
You must be signed in to change notification settings - Fork 193
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
Automatic SSL certificate from Let's Encrypt #93
base: master
Are you sure you want to change the base?
Conversation
Supports HTTPS with either and automatically obtained certificate or a manually supplied one
Allows reusing the certificate, helps with exceeting the rate limit for Let's Encrypt
Make the Let's Encrypt folder configurable
Simplified certificate configuration (most options can be commented out)
I was just before creating a PR for https over LE. So +1 for this. @kowh-ai In case of interest this is the entrypoint I would have come up to. It supports requesting
and keeps the current naming of certs, in case backwards compatibility somehow counts
|
We're discussing the direction for this ckan-docker repository maintained by the core ckan dev team. Currently:
Should we drop the docker-compose.yml file and production instructions instead of adding more production features to this docker compose configuration? (The repository is still useful for getting quickly started in development) Should we leave docker-compose.yml there and warn that it is a starting point for people interested in creating their own docker compose configurations but is not supported by the core dev team? |
Supports HTTPS with either an automatically obtained certificate or a manually supplied one.
Closes #94