You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid
45643f97c8
|
8 years ago | |
---|---|---|
.gitignore | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
install_stunnel.sh | 8 years ago | |
stunnel.mac.http_over_8000.conf | 8 years ago | |
stunnel.mac.rsync_over_273.conf | 8 years ago | |
stunnel.mac.scp_over_443.conf | 8 years ago | |
stunnel.mac.ssh_over_443.conf | 8 years ago |
README.md
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
.