Skip to content

Instantly share code, notes, and snippets.

@ncolgan
Created June 22, 2012 05:32
Show Gist options
  • Save ncolgan/2970501 to your computer and use it in GitHub Desktop.
Save ncolgan/2970501 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