Hi
I want to install stunnel in user mode.
By user mode I mean that I have created a user using adduser xyz.
Now when I run the ps -aef | grep stunnel .. it should show in xyz and not in root.
One school of thought was to use the parameters setuid and setgid in stunnel.conf by assigning them both "xyz".
but when I run the daemon, the errors flash
stunnel.pem: No such file or directory (2)
Service [https]: Failed to initialize SSL context
Please drop in ur views :)