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

WIP: Add custom ca-certificate import into docker-entrypoint #308

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

Conversation

fager
Copy link

@fager fager commented Jan 2, 2025

Pull-Request for Issue #237.

This pull request extends the container images to include the ability to insert custom CA certificates by mounting a volume when starting the container.

The implementation is not yet complete:

  • Roundcube-Konfiguration
  • Documentation
  • Tests

@pabzm
Copy link
Member

pabzm commented Jan 14, 2025

@fager As mentioned in #237 (comment), I would rather not extend our images with support for publicly untrusted certificates, because I consider those only a valid choice in specific corner cases, and a bad choice for most other cases. People that are in such a corner case, will (or should) be able to figure out how to make it work, and other people shouldn't be tempted to go into that corner.

Besides the principal position I also don't like to add and maintain the considerable complexity to our images.

Thus I would not like to merge this PR. Sorry if I was not clear enough previously!

(Related: #302, #303)

Copy link

@pabzm, @thomascube
🛎️ This PR has had no activity in two weeks.

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.

2 participants