go-acme / lego

Let's Encrypt/ACME client and library written in Go
https://go-acme.github.io/lego/
MIT License
7.44k stars 985 forks source link

Leftover deprecated update renewal info call #2187

Closed mocheryl closed 1 month ago

mocheryl commented 1 month ago

Welcome

How do you use lego?

Library

Detailed Description

I see there’s still a call in core for update renewal info API (acme/api/renewal.go) but that was made obsolete in the latest ARI specification. Is there a reason for leaving it there or was it just an oversight when removing other pre v3 ARI deprecated calls? Should this one also be removed so we can avoid any further confusion?