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

Add support for ssl_dh config #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add support for ssl_dh config #38

wants to merge 2 commits into from

Conversation

stissot
Copy link

@stissot stissot commented Oct 3, 2022

Description

Adds the ssl_dh attribute to config, to be able to set Diffie Hellman parameters (required to start on Ubuntu 22.04)

Generated config

# SSL DH parameters
# Generate new params with `openssl dhparam -out /etc/dovecot/dh.pem 4096`
# Or migrate from old ssl-parameters.dat file with the command dovecot
# gives on startup when ssl_dh is unset.
#ssl_dh = </etc/dovecot/dh.pem

Contribution Check List

  • All tests pass.
  • New functionality includes testing.
  • New functionality has been documented in the README and metadata if applicable.

See CONTRIBUTING.md.

lordkage pushed a commit to lordkage/dovecot-cookbook that referenced this pull request May 13, 2023
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