1 diff -Nuraw stunnel-5.74_O/tools/stunnel.conf-sample.in stunnel-5.74/tools/stunnel.conf-sample.in
2 --- stunnel-5.74_O/tools/stunnel.conf-sample.in 2024-05-07 16:41:58.000000000 +0200
3 +++ stunnel-5.74/tools/stunnel.conf-sample.in 2025-01-01 15:26:30.000000000 +0100
6 ; ***************************************** Example TLS client mode services
8 -; The following examples use /etc/ssl/certs, which is the common location
9 +; The following examples use /etc/certs/CA, which is the common location
10 ; of a hashed directory containing trusted CA certificates. This is not
11 ; a hardcoded path of the stunnel package, as it is not related to the
12 ; stunnel configuration in @sysconfdir@/stunnel/.
14 accept = 127.0.0.1:110
15 connect = pop.gmail.com:995
17 -CApath = /etc/ssl/certs
18 +CApath = /etc/certs/CA
19 checkHost = pop.gmail.com
23 accept = 127.0.0.1:143
24 connect = imap.gmail.com:993
26 -CApath = /etc/ssl/certs
27 +CApath = /etc/certs/CA
28 checkHost = imap.gmail.com
33 connect = smtp.gmail.com:465
35 -CApath = /etc/ssl/certs
36 +CApath = /etc/certs/CA
37 checkHost = smtp.gmail.com