Skip to content

Instantly share code, notes, and snippets.

@ncolgan
Created June 22, 2012 05:32
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