class Puma::MiniSSL::Context

def key=(key)

def key=(key)
  check_file key, 'Key'
  @key = key
end