Hi,
I noticed that the response of this call changed since ~12 hours
POST https://acme-v02.api.letsencrypt.org/acme/acct/{num}
The body response look like
"body" => array:5 [
"key" => array:3 [
"kty" => "RSA"
"n" => "{some long string}"
"e" => "{4 chars string}"
]
"contact" => array:1 [
0 => "mailto:{my email address}"
]
"initialIp" => "an ip address"
"createdAt" => "{creation date}"
"status" => "valid"
]
It seems there is no more idand agreementin the response.
I would like to know if there is a place where I can read this kind of changes log. Thanks.