CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/05/21 19:53:10
Modified files:
usr.sbin/acme-client: acctproc.c acme-client.1 base64.c extern.h
json.c main.c netproc.c
Log message:
Add support for external account binding. If we're creating a new account
with the ACME CA, and we have an EAB key and key ID specified with the new
-e command line argument, compute the required hash of the account details
and include it in the new account request.
feedback from florian@ and tb@
tested against security/pebble and Digicert by me, and against Actalis by
rroadrrunner at proton dot me.
ok florian@ tb@