mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
Ref to letsencrypt/boulder#128
This commit is contained in:
@@ -18,7 +18,7 @@ class Error(jose.JSONObjectWithFields, Exception):
|
|||||||
'badCSR': 'The CSR is unacceptable (e.g., due to a short key)',
|
'badCSR': 'The CSR is unacceptable (e.g., due to a short key)',
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO: Boulder omits 'type' and 'instance', spec requires
|
# TODO: Boulder omits 'type' and 'instance', spec requires, boulder#128
|
||||||
typ = jose.Field('type', omitempty=True)
|
typ = jose.Field('type', omitempty=True)
|
||||||
title = jose.Field('title', omitempty=True)
|
title = jose.Field('title', omitempty=True)
|
||||||
detail = jose.Field('detail')
|
detail = jose.Field('detail')
|
||||||
|
|||||||
Reference in New Issue
Block a user