Lots of people need access to IRC who don't want or need to install Xcode Developer Tools or Homebrew or anything else. This makes it simple.
Ensure your proxies are set up if needed (export https_proxy...), and you need both the certificate authority PEM file and your private key and certificate as a password-less PEM file.
To get stunnel, run
bash <(curl -s https://raw.githubusercontent.com/jak/bbc-stunnel/master/install.sh)
Once you're up, you can using something like Colloquy, Adium or
Linkinus to connect to localhost
and port 6667
on
reith, or 6668
off reith.
To remove stunnel, run
bash <(curl -s https://raw.githubusercontent.com/jak/bbc-stunnel/master/uninstall.sh)
Or manually...
- launchctl unload ~/Library/LaunchAgents/org.stunnel.plist
- rm -rf ~/.stunnel
- rm ~/Library/LaunchAgents/org.stunnel.plist
stunnel is covered by the GPLv2, which is available in LICENSE. stunnel's full source is available here.
The installation scripts and configurations are released into the public domain.