Skip to content

Instantly share code, notes, and snippets.

@epochwolf
Forked from ncolgan/gist:2970501
Created June 22, 2012 05:34
Show Gist options
  • Save epochwolf/2970532 to your computer and use it in GitHub Desktop.
Save epochwolf/2970532 to your computer and use it in GitHub Desktop.
accept = <%= param[:accept] || accept %>
connect = <%= param[:connect] || connect %>
cert = <%= param['cert'] || cert %>
key = <%= param['key'] || key %>
CAfile = <%= param['cafile'] || cafile %>
CRLfile = <%= param['crlfile'] || crlfile %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment