Raspberry Pi stunnel client configuration files.
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 6abaad1ea9 clarify step 2 instructions in readme. 7 years ago
.gitignore ignore stunnel.conf 7 years ago
LICENSE updating MIT license. 7 years ago
README.md clarify step 2 instructions in readme. 7 years ago
install_stunnel_files.sh moving prep stunnel script to more aptly-named install stunnel files script. 7 years ago
run_http_stunnel.sh adding some files for http stunnel 7 years ago
run_rsync_stunnel.sh restructuring config files - have script set port. 7 years ago
run_ssh_stunnel.sh restructuring config files - have script set port. 7 years ago
stunnel.rpiclient.http.conf remove crusty IP. 7 years ago
stunnel.rpiclient.rsync.conf remove crusty IPs 7 years ago
stunnel.rpiclient.ssh.conf remove crusty IPs 7 years ago

README.md

stunnel-client

Files for running an stunnel client configuration on a raspberry pi.

Run stunnel client on a Raspberry Pi. This requires an stunnel server somewhere, and a copy of the server's certificate and key.

Procedure

Step 1: Install stunnel onto the Raspberry Pi.

Step 2: Copy the server certificate stunnel.fullchain.pem and key file stunnel.key.pem onto the Raspberry Pi.

Step 3: Create an stunnel.conf using one of the examples or your own configuration.

Step 4: Copy everything to /etc/stunnel/.

Step 5: Run stunnel