DRb::DRbSSLSocket::SSLConfig
class DRb::DRbSSLSocket::SSLConfig
SSLConfig handles the needed SSL information for establishing a DRbSSLSocket connection, including generating the X509 / RSA pair.
An instance of this config can be passed to DRb::DRbSSLSocket.new, DRb::DRbSSLSocket.open and DRb::DRbSSLSocket.open_server
See ::new for more details