goacmedns v0.1.1
storage: persist API server URL alongside Account details
In this patch release the Account
struct was updated to also track the acme-dns server URL the account was registered with.
The new functionality allows account storage to be self sufficient for all the required data points. While the API server URL can often be deducted from the account URL, it's not guaranteed.
Thanks to @joohoi for this new feature.