Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
dovecot22.17731
dovecot-2.2.18-dont_use_etc_ssl_certs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dovecot-2.2.18-dont_use_etc_ssl_certs.patch of Package dovecot22.17731
Index: dovecot-2.2.31.rc1/doc/example-config/conf.d/10-ssl.conf =================================================================== --- dovecot-2.2.31.rc1.orig/doc/example-config/conf.d/10-ssl.conf +++ dovecot-2.2.31.rc1/doc/example-config/conf.d/10-ssl.conf @@ -9,7 +9,7 @@ # dropping root privileges, so keep the key file unreadable by anyone but # root. Included doc/mkcert.sh can be used to easily generate self-signed # certificate, just make sure to update the domains in dovecot-openssl.cnf -ssl_cert = </etc/ssl/certs/dovecot.pem +ssl_cert = </etc/ssl/private/dovecot.crt ssl_key = </etc/ssl/private/dovecot.pem # If key file is password protected, give the password here. Alternatively Index: dovecot-2.2.31.rc1/doc/man/doveconf.1.in =================================================================== --- dovecot-2.2.31.rc1.orig/doc/man/doveconf.1.in +++ dovecot-2.2.31.rc1/doc/man/doveconf.1.in @@ -126,7 +126,7 @@ Dump settings in simplified machine pars .TP .B \-x Expand configuration variables (e.g. \(Domail_plugins \(rA quota) and show -file contents (from e.g. ssl_cert = </etc/ssl/certs/dovecot.pem). +file contents (from e.g. ssl_cert = </etc/ssl/private/dovecot.crt). .\"--------------------------------- .TP .I section_name @@ -207,4 +207,4 @@ dict/quota = pgsql:@pkgsysconfdir@/dovec .BR doveadm (1), .BR dovecot (1), .BR dovecot\-lda (1), -.BR dsync (1) \ No newline at end of file +.BR dsync (1) Index: dovecot-2.2.31.rc1/doc/mkcert.sh =================================================================== --- dovecot-2.2.31.rc1.orig/doc/mkcert.sh +++ dovecot-2.2.31.rc1/doc/mkcert.sh @@ -8,10 +8,10 @@ OPENSSL=${OPENSSL-openssl} SSLDIR=${SSLDIR-/etc/ssl} OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf} -CERTDIR=$SSLDIR/certs +CERTDIR=$SSLDIR/private KEYDIR=$SSLDIR/private -CERTFILE=$CERTDIR/dovecot.pem +CERTFILE=$CERTDIR/dovecot.crt KEYFILE=$KEYDIR/dovecot.pem if [ ! -d $CERTDIR ]; then Index: dovecot-2.2.31.rc1/doc/wiki/CompilingSource.txt =================================================================== --- dovecot-2.2.31.rc1.orig/doc/wiki/CompilingSource.txt +++ dovecot-2.2.31.rc1/doc/wiki/CompilingSource.txt @@ -142,7 +142,7 @@ non-standard path. Make sure you have th installed, and if it is not in the standard location, set 'CPPFLAGS' and 'LDFLAGS' as shown in <the first section above.> [CompilingSource.txt] -By default the SSL certificate is read from '/etc/ssl/certs/dovecot.pem' and +By default the SSL certificate is read from '/etc/ssl/private/dovecot.crt' and the private key from '/etc/ssl/private/dovecot.pem'. The '/etc/ssl' directory can be changed using the '--with-ssldir=DIR' configure option. Both can of course be overridden from the configuration file. Index: dovecot-2.2.31.rc1/doc/wiki/SSL.CertificateCreation.txt =================================================================== --- dovecot-2.2.31.rc1.orig/doc/wiki/SSL.CertificateCreation.txt +++ dovecot-2.2.31.rc1/doc/wiki/SSL.CertificateCreation.txt @@ -39,7 +39,7 @@ CN matches the connected host name, othe invalid. It's also possible to use wildcards (eg. *.domain.com) in the host name. They should work with most clients. -By default the certificate is created to '/etc/ssl/certs/dovecot.pem' and the +By default the certificate is created to '/etc/ssl/private/dovecot.crt' and the private key file is created to '/etc/ssl/private/dovecot.pem'. Also by default the certificate will expire in 365 days. If you wish to change any of these, modify the mkcert.sh script. Index: dovecot-2.2.31.rc1/doc/wiki/SSL.DovecotConfiguration.txt =================================================================== --- dovecot-2.2.31.rc1.orig/doc/wiki/SSL.DovecotConfiguration.txt +++ dovecot-2.2.31.rc1/doc/wiki/SSL.DovecotConfiguration.txt @@ -6,7 +6,7 @@ The most important SSL settings are (in ---%<------------------------------------------------------------------------- ssl = yes # Preferred permissions: root:root 0444 -ssl_cert = </etc/ssl/certs/dovecot.pem +ssl_cert = </etc/ssl/private/dovecot.crt # Preferred permissions: root:root 0400 ssl_key = </etc/ssl/private/dovecot.pem ---%<------------------------------------------------------------------------- @@ -35,11 +35,11 @@ override the global setting.: ---%<------------------------------------------------------------------------- protocol imap { - ssl_cert = </etc/ssl/certs/imap.pem + ssl_cert = </etc/ssl/private/imap.crt ssl_key = </etc/ssl/private/imap.pem } protocol pop3 { - ssl_cert = </etc/ssl/certs/pop3.pem + ssl_cert = </etc/ssl/private/pop3.crt ssl_key = </etc/ssl/private/pop3.pem } ---%<------------------------------------------------------------------------- @@ -144,11 +144,11 @@ support SNI. ---%<------------------------------------------------------------------------- local_name imap.example.org { - ssl_cert = </etc/ssl/certs/imap.example.org.crt + ssl_cert = </etc/ssl/private/imap.example.org.crt ssl_key = </etc/ssl/private/imap.example.org.key } local_name imap.example2.org { - ssl_cert = </etc/ssl/certs/imap.example2.org.crt + ssl_cert = </etc/ssl/private/imap.example2.org.crt ssl_key = </etc/ssl/private/imap.example2.org.key } # ..etc..
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor