1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Update messages.py (#5759)

Add wildcard field to AuthorizationResource
This commit is contained in:
Peter Linss
2018-04-06 05:39:35 +09:00
committed by Brad Warren
parent b6afba0d64
commit db938dcc0e

View File

@@ -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