From: "lisukorin (Rafał Lisowski)" Date: 2013-09-03T22:39:16+09:00 Subject: [ruby-core:56991] [ruby-trunk - Bug #8758] Add initial documentation for SSLServer Issue #8758 has been updated by lisukorin (Rafa�� Lisowski). I took me a while (usually I use openssl to generate certs) but I create a Ruby Class which can be used to generate certs. It's quite big. I am not sure if we should include it in documentation. You can see it here https://gist.github.com/korin/6423967#file-cert_generator-rb ---------------------------------------- Bug #8758: Add initial documentation for SSLServer https://bugs.ruby-lang.org/issues/8758#change-41578 Author: lisukorin (Rafa�� Lisowski) Status: Assigned Priority: Normal Assignee: zzak (Zachary Scott) Category: doc Target version: ruby -v: 2.0.0-p247 Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN In last few days I was struggling with SSLServer, so I decide to add some documentation to that class. Here is my first attempt to describe how use it. -- http://bugs.ruby-lang.org/