You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #95, but the value field of the Authorization model is limited to 64 chars. I'm hitting an issue where my dns alternative name is more than 64 characters, and the following is raised: acme2certifier database error in Order._add() authz: (1406, "Data too long for column 'value' at row 1")
This is for the django backend.
Can we raise this limit? Also, as in #95, the max length on Order.identifiers is also not raised yet, is that a good idea too?
The text was updated successfully, but these errors were encountered:
Related to #95, but the value field of the Authorization model is limited to 64 chars. I'm hitting an issue where my dns alternative name is more than 64 characters, and the following is raised:
acme2certifier database error in Order._add() authz: (1406, "Data too long for column 'value' at row 1")
This is for the django backend.
Can we raise this limit? Also, as in #95, the max length on Order.identifiers is also not raised yet, is that a good idea too?
The text was updated successfully, but these errors were encountered: