search for: quickcert

Displaying 2 results from an estimated 2 matches for "quickcert".

2006 Oct 26
2
Re: openssl server/client classes
...o do in Puppet right now. > And it should provide some options in specifying fancy things like subject > alternative name and NScertType et all. Puppet''s CA does not support this, but I wouldn''t think it''d be that difficult to do. > I was thinking about using QuickCert for this because it''s in ruby and seems > like a good way to generate those things. I used QuickCert to show me how to do most of what Puppet''s CA does, but I expect you''ll find Puppet''s CA easier to use in the end. -- The major difference between a thing...
2006 Jun 27
0
Calling SOAP based Web Services over SSL
...uot;) rescue Exception => exc logger.error("Error occurred in googleSearch:" + exc.message) end ******************************************************************* Ok, so I then tried to use actionwebservice''s driver_options to include ssl options. I also dloaded QuickCert to generate leys and loaded them into my public directory of my web server. That code looked like this: ******************************************************************* def hello opts = {} opts[''protocol.http.ssl_config.verify_mode''] = ''OpenSSL::SSL::VERIFY_PEER...