From: "Iñaki Baz Castillo" Date: 2011-11-10T06:30:13+09:00 Subject: Re: [gist] Ruby script for creating TLS certificates 2011/11/9 John Downey : > You actually send them what is called a certificate signing request (CSR). > The OpenSSL::X509::Request class can be used to generate this for you. It > is signed with your key and includes the public part of the key so that the > CA can give you a certificate for it. Good to know :) Thanks a lot. -- Iñaki Baz Castillo