1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-27 19:37:22 +01:00

when generating a CSR in the control panel, don't set empty attributes

Same as in a52c56e571.

Fixes #1338.
This commit is contained in:
Joshua Tauberer
2018-01-28 08:41:31 -05:00
parent ec3aab0eaa
commit ef6f121491
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
CHANGELOG
=========
In Development
--------------
Control Panel:
* Installing your own TLS/SSL certificate had been broken since v0.24 because the new version of openssl became stricter about CSR generation parameters.
v0.26b (January 25, 2018)
-------------------------