mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Ref to letsencrypt/boulder#128
This commit is contained in:
parent
79b0ed5cd3
commit
3ba8acc57e
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue