Hi guys,
Quick question.
Are finalized orders deleted one week (or some other period of time) after the creation date ?
I see that the order object has a expires field.
{
"status": "valid",
"expires": "2021-03",
"identifiers": [
{
"type": "dns",
"value": "x"
}
],
"authorizations": [
"x"
],
"finalize": "x",
"certificate": "x"
}
I get the following response for some orders that are already finalized and have their certificates generated.
{ "type": "urn:ietf:params:acme:error:malformed",
"detail": "No order for ID x",
"status": 404}
Thanks,
Liviu