Parent Directory | Revision Log | Revision Graph
sme10 branch
1 | To generate a key and self signed certificate, execute the following commands: |
2 | |
3 | cd /usr/share/ssl/certs |
4 | make stunnel.pem |
5 | |
6 | Note that by default, the file containing the key and certificate has its |
7 | permissions set to 0600, which means that any service using it needs to be |
8 | started as root in order to read it. Such a service should be configured |
9 | to switch UIDs using stunnel's "-s" flag. |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |