plinss / acmebot

Certificate manager bot using ACME protocol
GNU General Public License v3.0
116 stars 20 forks source link

allow registration with externalAccountBinding #49

Open Roguelazer opened 2 years ago

Roguelazer commented 2 years ago

I'm looking at using acmebot with the DigiCert ACME infrastructure, which requires using the externalAccountBinding mode for registration (RFC 8555 § 7.3.4), but it looks like acmebot only supports email-based account management. Are there any plans to add eAB to acmebot? If not... would you be open to a patch?

plinss commented 2 years ago

No plans to implement eAB at this time, but PRs always welcome