class Puma::MiniSSL::Context

def keystore=(keystore)

def keystore=(keystore)
  check_file keystore, 'Keystore'
  @keystore = keystore
end