Tag: jumpbox

  • Redmine w/OS X OpenLDAP, Parallels Server and JumpBox

    OpenRain used a slew of crappy Trac sites for issue tracking until we switched to Redmine several days ago. The decision came because.. Redmine can authenticate off LDAP with trivial configuration. Redmine has multi-project support out-of-the-box. Redmine has some nifty Gantt chart and calendaring schwag and is generally better. Parallels Server (for OS X) is…

  • What's Better Than Windows Balloon Help?…

    Twice as much balloon help! My current testing environment for JumpBox development uses two Windows XP virtual machines on OS X under Parallels coherence mode: one with IE6 (gold taskbar on the bottom), the other IE7 (blue taskbar on the right). While they perform sufficiently with 4GB physical RAM, the constant nurturing required to keep…

  • Dynamically Generating SSL Certificates with Ruby on Rails

    OpenRain had a couple projects recently need to programmatically generate private keys and SSL certificates in Ruby. To contribute back to the community, we’re releasing several small things today. SSLsicle.com A simple form which does the OpenSSL grunt work and pop outs an SSL certificate ready to use with Apache (or whatever). SSLsicle uses.. eassl_fix…