mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
parent
b6afba0d64
commit
db938dcc0e
1 changed files with 1 additions and 0 deletions
|
|
@ -435,6 +435,7 @@ class Authorization(ResourceBody):
|
|||
# be absent'... then acme-spec gives example with 'expires'
|
||||
# present... That's confusing!
|
||||
expires = fields.RFC3339Field('expires', omitempty=True)
|
||||
wildcard = jose.Field('wildcard', omitempty=True)
|
||||
|
||||
@challenges.decoder
|
||||
def challenges(value): # pylint: disable=missing-docstring,no-self-argument
|
||||
|
|
|
|||
Loading…
Reference in a new issue