One more question, I want to force sslv3 encryption but I have a bug
tls_require_ciphers invalid: gnutls_priority_init(ALL:!ADH:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM:!SSLv3) failed at offset 0, "ALL:!ADH.." failed: The request is invalid.
Regards
Slawek
----- Original Message -----
From: Sławek
To: exim-users@???
Sent: Saturday, January 20, 2018 10:22 PM
Subject: RE: Best way tls_certificate select
letsebcrypt creates directory structure:
/etc/letsencrypt/live/mail.domain.com/ for one domain and
/etc/letsencrypt/live/mail.domain2.com for secound domain
this directories contains files: fulchain.pem and privkey.pem
This files is symlink from /etc/letsencrypt/atchive/mail.domain.com/fulchain1.pem
bacause if renew cert. Files in archive directory store as ...2
that's why it wants a variable to the set directory, not a file, unless you create a symlink ?
If symlink name cert.mail.domain.com.pem
you variable is ok ?