RyanG
1
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 id
and agreement
in the response.
I would like to know if there is a place where I can read this kind of changes log. Thanks.
1 Like
Hi, @RyanG,
Here’s the announcement of this change: ACME v2 - Scheduled removal of ID from account objects
We recommend that client developers follow the API Announcements category here on the community forum.
For the greatest level of detail, we include links to our GitHub changelogs for each Boulder release in our maintenance announcements.
I hope this helps!
2 Likes
RyanG
3
Thank you very much !
I just subscribe to the maintenance announcements to be aware of the future updates.
2 Likes
system
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.