This commit is contained in:
Jakub Warmuz 2015-04-29 09:15:31 +00:00
parent 79b0ed5cd3
commit 3ba8acc57e
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

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