mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 10:16:52 +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)',
|
||||
}
|
||||
|
||||
# TODO: Boulder omits 'type' and 'instance', spec requires
|
||||
# TODO: Boulder omits 'type' and 'instance', spec requires, boulder#128
|
||||
typ = jose.Field('type', omitempty=True)
|
||||
title = jose.Field('title', omitempty=True)
|
||||
detail = jose.Field('detail')
|
||||
|
||||
Reference in New Issue
Block a user