class Acme::Client::Resources::Challenges::HTTP01

def content_type

def content_type
  CONTENT_TYPE
end

def file_content

def file_content
  key_authorization
end

def filename

def filename
  ".well-known/acme-challenge/#{token}"
end