moepman / acertmgr

Automated Certificate Manager using ACME
ISC License
25 stars 7 forks source link

Implement externalAccountBinding #61

Open Kishi85 opened 2 years ago

Kishi85 commented 2 years ago

Some CAs may require it to map an account key to some internal account.

Implementation is described in RFC8555#7.3.4 and should be done for API v2.

CasualRascal commented 2 years ago

I ran into this problem as well with SSL.com

They require to sign up with an account on their website, then you get an "account key" (unfortunately it is named just like the "account key" in acertmgr's readme) and and "HMAC key" that has to be provided when creating the ACME account.

If those keys aren't provided, the ACME account cannot be created.

Please do add this feature.