f5cf6420c2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/stunnel#f9ca4da8a2d51f8ede0dc3bd12b1df466ad9786a
9 lines
353 B
Plaintext
9 lines
353 B
Plaintext
# Sample configuration for stunnel, tunnelling cleartext connections on the
|
|
# default port (without an "accept" setting, stunnel uses stdio) over an
|
|
# encrypted channel to pop3s-server.example.com:pop3s. See stunnel(8) for
|
|
# more information.
|
|
client = yes
|
|
connect = pop3s-server.example.com:pop3s
|
|
CAfile = /usr/share/ssl/certs/ca-bundle.crt
|
|
verify = 2
|