go-acme / lego

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

when eab is used, use the userID of "eab" #2059

Closed pschou closed 7 months ago

pschou commented 7 months ago

When using an External Account Binding for requesting certs, the email field does not apply. In this case let's use a generic string of "eab" for the userID and allow -eab to be specified on the command line.

ldez commented 7 months ago

Related to #277

I prefer to handle the problem behind that instead of creating a specific behavior.