mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
12 lines
218 B
JSON
12 lines
218 B
JSON
{
|
|
"status": "success",
|
|
"answer": {
|
|
"status": "error",
|
|
"errors": [
|
|
{
|
|
"error_code": "INVALID_DATA",
|
|
"error_text": "Login length cannot be greater than 12 characters"
|
|
}
|
|
]
|
|
}
|
|
}
|