-
Notifications
You must be signed in to change notification settings - Fork 184
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
Make certificate configurable #421
Labels
Milestone
Comments
marcelmay
added a commit
that referenced
this issue
Feb 20, 2022
- Initial implementation, configurable via system properties
marcelmay
added a commit
that referenced
this issue
Feb 20, 2022
- Replaced example cert letsencryptisrgx1 with amazonrootca1, as it seems not available on CircleCi (openjdk 8u302)
marcelmay
added a commit
that referenced
this issue
Apr 3, 2022
Backport issue #421 - Initial implementation, configurable via system properties
marcelmay
added a commit
that referenced
this issue
Apr 3, 2022
Backport of #421 - Replaced example cert letsencryptisrgx1 with amazonrootca1, as it seems not available on CircleCi (openjdk 8u302)
marcelmay
added a commit
that referenced
this issue
Apr 3, 2022
Backport of #421 - Cache DummySSLServerSocketFactory.getDefault to avoid new creations for each secure server IMAPS/POP3S/SMTPS - Debug log where the PKCS12 store gets loaded from - Describe greenmail.tls.keystore.file + greenmail.tls.keystore.password properties in site documentation - Extract greenmail.p12 in Dockerfile from JAR, so that it can be easily replaced/configured
marcelmay
added a commit
that referenced
this issue
Apr 3, 2022
Backport of #421 - Dockerfile: Replaced deprecated MAINTAINER with labels, use COPY instead of ADD
marcelmay
added a commit
that referenced
this issue
Apr 3, 2022
- Dockerfile: Replaced deprecated MAINTAINER with labels, use COPY instead of ADD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently GreenMail uses by default a self-signed, packaged 'greenmail.p12' certificate.
Details:
for each secure server IMAPS/POP3S/SMTPS
properties in site documentation
The text was updated successfully, but these errors were encountered: