m-stunnel
Files for running an stunnel client configuration on a Mac.
Procedure
Step 1: Install stunnel on Mac (brew install stunnel
).
Step 2: Copy the server certificate stunnel.fullchain.pem
and private key stunnel.key.pem
file to the Mac.
Step 3: Create stunnel.conf
using an example or using your own configuration.
Step 4: Copy everything to /usr/local/etc/stunnel/
.
Step 5: Run stunnel
.
Description
Languages
Shell
100%