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

Constants

CHALLENGE_TYPE
CONTENT_TYPE

Public Instance Methods

content_type() click to toggle source
# File lib/acme/client/resources/challenges/http01.rb, line 7
def content_type
  CONTENT_TYPE
end
file_content() click to toggle source
# File lib/acme/client/resources/challenges/http01.rb, line 11
def file_content
  key_authorization
end
filename() click to toggle source
# File lib/acme/client/resources/challenges/http01.rb, line 15
def filename
  ".well-known/acme-challenge/#{token}"
end