Blame SOURCES/Certificate-Creation

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