Actions
Feature #16623
closedAccount Key fields for External Account Binding
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Description
Some CAs now use External Account Binding instead of typical Account Key registration, including:
- ZeroSSL
- SSL.com
- Actalis
- StepCA (optional, depends on the server config)
This requires two fields:
"EAB Key ID" and "EAB HMAC Key"
These fields are used when registering the account initially via acme.sh, e.g.
acme.sh --register-account \
--server <name> \
--eab-kid <id> \
--eab-hmac-key <hmac>
They should only be passed if the user filled them in. Let's Encrypt does not require them, other CAs do.
Updated by Jim Pingle about 1 month ago
- Description updated (diff)
- Status changed from New to In Progress
Updated by Jim Pingle 26 days ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Added in ACME pkg v1.1 which is out now for pfSense Plus software version 25.11.1 and CE 2.8.1
Actions