diff --git a/dovecot.README.SUSE b/dovecot.README.SUSE index 3d0686e..a92a50b 100644 --- a/dovecot.README.SUSE +++ b/dovecot.README.SUSE @@ -15,6 +15,27 @@ and running to create the needed SSL certificate. afterwards set "ssl_disable" in "/etc/dovecot/dovecot.conf" to "no". +*This only affects 13.1 and newer as well as SLE 12 and newer:* + +In the past mkcert.sh create certificates into + +/etc/ssl/certs/dovecot.pem +/etc/ssl/private/dovecot.pem + +The script and documentation is now patched to use the following paths: + +/etc/ssl/private/dovecot.crt +/etc/ssl/private/dovecot.pem + +/etc/ssl/certs/ is maintained by p11kit on newer distros and should not +be used for service certificates. For your own certificate authority +certificates either create your own ca-certificates-yourname package or +install them into /etc/pki/trust/anchors/ and run +update-ca-certificates. + +This documentation is provided for older distributions so you can +prepare your system before upgrading to the newer distros. + Modules location: ----------------- diff --git a/dovecot.changes b/dovecot.changes index c077564..4e9c8d5 100644 --- a/dovecot.changes +++ b/dovecot.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 15 14:04:40 UTC 2015 - mrueckert@suse.de + +- updated README.SUSE: + Remove all references /etc/ssl/certs/. It should not be used + anymore. (boo #932386) + + Please make sure you read README.SUSE after installing this + update. + ------------------------------------------------------------------- Sat Nov 08 04:46:00 UTC 2014 - Led