lib/acme/client/resources/challenges/http01.rb in acme-client-1.0.0 vs lib/acme/client/resources/challenges/http01.rb in acme-client-2.0.0
- old
+ new
@@ -7,10 +7,10 @@
def content_type
CONTENT_TYPE
end
def file_content
- authorization_key
+ key_authorization
end
def filename
".well-known/acme-challenge/#{token}"
end