1 diff -ur stunnel-5.60.orig/tools/stunnel.conf-sample.in stunnel-5.60/tools/stunnel.conf-sample.in
2 --- stunnel-5.60.orig/tools/stunnel.conf-sample.in 2021-02-10 05:39:36.000000000 +0000
3 +++ stunnel-5.60/tools/stunnel.conf-sample.in 2021-11-19 16:42:59.646951934 +0000
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 OpenIndiana 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