Blame SOURCES/Certificate-Creation

72fc89
To generate a key and self signed certificate, execute the following commands:
72fc89
72fc89
cd /etc/pki/tls/certs
72fc89
make stunnel.pem
72fc89
72fc89
Note that by default, the file containing the key and certificate has its
72fc89
permissions set to 0600, which means that any service using it needs to be
72fc89
started as root in order to read it.  Such a service should be configured
72fc89
to switch UIDs using stunnel's "-s" flag.