mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:02:15 +02:00
ChallengeResource.uri
This commit is contained in:
@@ -142,6 +142,10 @@ class ChallengeResource(Resource, jose.JSONObjectWithFields):
|
||||
"""
|
||||
__slots__ = ('body', 'authz_uri')
|
||||
|
||||
@property
|
||||
def uri(self):
|
||||
return body.uri
|
||||
|
||||
|
||||
class Challenge(ResourceBody):
|
||||
"""Challenge resource body.
|
||||
|
||||
Reference in New Issue
Block a user