win-acme / win-acme

A simple ACME client for Windows (for use with Let's Encrypt et al.)
https://www.win-acme.com/
Apache License 2.0
5.26k stars 814 forks source link

Change renewal notice email #1076

Closed 2E0PGS closed 5 years ago

2E0PGS commented 5 years ago

Hi it would be cool if there is a CLI flag for changing the renewal reminder email address.

There is no easy way currently to do this that I could find. Currently we only get asked once upon first use and no option to update it.

Related thread I found during my research: https://community.letsencrypt.org/t/change-registrations-email-address-on-windows/31235

WouterTinus commented 5 years ago

That's a good idea and the API is actually already implemented by ACMESharpCore, so it shouldn't be too much work to add this in.

WouterTinus commented 5 years ago

I've added some code that will allow changes from the main menu. Actually doing it unattended from the command line will require some extra work.

2E0PGS commented 5 years ago

Awesome that's good enough for my needs.

Cheers, ⁣2E0PGS

On 20 Mar 2019, 19:28, at 19:28, Wouter Tinus notifications@github.com wrote:

I've added some code that will allow changes from the main menu. Actually doing it unattended from the command line will require some extra work.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/PKISharp/win-acme/issues/1076#issuecomment-474994169

WouterTinus commented 5 years ago

Released in 2.0.5