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

exoscale: simplify record creation #2179

Closed ldez closed 1 month ago

ldez commented 1 month ago

Instead of updating a record, it always creates a new record.

To find the record to delete, the record value is used.

Fixes #2174