Bug ID 1193346
Summary generating dovecot.{pem,crt} gives wrong message
Classification openSUSE
Product openSUSE Distribution
Version Leap 15.3
Hardware aarch64
OS openSUSE Leap 15.3
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee screening-team-bugs@suse.de
Reporter freek@opensuse.org
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

The packet dovecot contains a file /usr/share/doc/packages/dovecot/mkcert.sh
with among others the texts:
[......]
CERTDIR=$SSLDIR/private
[......]
if [ ! -d $CERTDIR ]; then
  echo "$SSLDIR/certs directory doesn't exist"
  exit 1
fi

In case folder $CERTDIR = $SSLDIR/private does not exist the wrong message is
given, certs should be private.
The file /etc/dovecot/conf.d/10-ssl.conf lists both files /etc/ssl/private/


You are receiving this mail because: