script for stunnel
This commit is contained in:
parent
b16c0937f9
commit
1b05abae6c
4 changed files with 89 additions and 4 deletions
13
README.ssl
Normal file
13
README.ssl
Normal file
|
@ -0,0 +1,13 @@
|
|||
= https for the CryptoBox =
|
||||
|
||||
To secure your http connection from the box to your browser,
|
||||
you may use "stunnel".
|
||||
|
||||
Please take a look into the "start_stunnel.sh" script. You may use it
|
||||
to create a certificate and dig a tunnel.
|
||||
|
||||
In the case, that you already have a certificate just run this
|
||||
command:
|
||||
|
||||
stunnel -p $YOUR_CERT -r localhost:80 -d 443
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue