Skip to content

Commit

Permalink
Add ssl_dh to README
Browse files Browse the repository at this point in the history
  • Loading branch information
stissot committed Oct 3, 2022
1 parent 39d3a66 commit d8d69d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ To see a more complete description of the attributes, go to the [Dovecot wiki2 c
| `node['dovecot']['conf']['ssl_verify_client_cert']` | *nil* | Request client to send a certificate.
| `node['dovecot']['conf']['ssl_cert_username_field']` | *nil* | Which field from certificate to use for username.
| `node['dovecot']['conf']['ssl_parameters_regenerate']` | *nil* | How often to regenerate the SSL parameters file.
| `node['dovecot']['conf']['ssl_dh']` | *nil* | DH parameters to use. Generate new params with `openssl dhparam -out /etc/dovecot/dh.pem 4096`
| `node['dovecot']['conf']['ssl_dh_parameters_length']` | *nil* | DH parameters length to use.
| `node['dovecot']['conf']['ssl_protocols']` | *nil* | SSL protocols to use.
| `node['dovecot']['conf']['ssl_cipher_list']` | *nil* | SSL ciphers to use.
Expand Down

0 comments on commit d8d69d4

Please sign in to comment.