From: "Iñaki Baz Castillo" Date: 2011-11-10T06:20:59+09:00 Subject: [gist] Ruby script for creating TLS certificates Hi, I've coded a Ruby script that creates autosigned TLS certificates (with advanced features such as SubjectAltName fields for "DNS" and "URI:sip" values). It's inspired in a tool within Vines project [*] and available here: https://gist.github.com/1352927 However, I would also like to modify the script in order to just generate a NOT signed certificate, so I can give it to a CA (Verisign, Thawe...) and ask it to sign it (by paying of course). I think that this would be achived just by removing all the lines in the script containing "key" word. Am I correct? or should I do something else? Thanks a lot. [*] https://github.com/negativecode/vines -- Iñaki Baz Castillo