class Puma::DSL

def ssl_bind(host, port, opts = {})

Other tags:
    Example: For JRuby, two keys are required: +keystore+ & +keystore_pass+ -
    Example: Alternatively, you can provide +cert_pem+ and +key_pem+: -
    Example: Using self-signed certificate with the +localhost+ gem: -
def ssl_bind(host, port, opts = {})
  add_pem_values_to_options_store(opts)
  bind self.class.ssl_bind_str(host, port, opts)
end