Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. cd $HOME/Downloads
  2. openssl dgst -sha256 stunnel-5.23.tar.gz
  3. more stunnel-5.23.tar.gz.sha256
  4.  
  5. tar -xzvf stunnel-5.23.tar.gz
  6. cd stunnel-5.23
  7. ./configure && make && make check && sudo make install
  8.  
  9. cd /usr/local/etc/stunnel
  10. sudo cp stunnel.conf-sample stunnel.conf
  11. sudo pico stunnel.conf
  12.  
  13. man pico
  14.  
  15. ls -la
  16.  
  17. brew install stunnel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement