blob: 8825797c116a020707affd8d808e9253e99b14d2 (
plain)
1 README for stunnel 4.x
2
3 REQUIREMENTS
4
5 PRE/POST-INSTALL
6
7 Create a user/group stunnel with a unused id < 99:
8
9 'groupadd -g 48 stunnel'
10 'useradd -u 48 -g stunnel -d /var/run/stunnel -s /bin/false stunnel'
11 'passwd -l stunnel'
12
13 PRECAUTION
14
15 As of version 4.37 stunnel is configured to use a user and group
16 stunnel instead of nobody/nobody. Adjust your /etc/stunnel.conf.
|