Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acme-eab

CodeRabbit Pull Request Reviews

acme-eab manages ACME External Account Binding credentials directly in a Smallstep step-ca Badger database.

Smallstep's open-source ACME provisioner requires EAB for locked-down account creation, but creating EAB keys through the admin API is Certificate Manager-only. This tool is intended for controlled provisioning workflows where step-ca is stopped, the database is updated locally on the ACME host, and the service is started again.

Usage

acme-eab add \
  --db /var/lib/step-ca/db \
  --kid "$kid" \
  --key "$hmac_key" \
  --reference "$machine" \
  --replace
  • --key must be base64url encoded without padding
  • --reference is optional, but useful for replacing a machine's previous bootstrap credential
  • --provisioner-id is optional for databases that do not use a provisioner-specific index

List keys as JSON:

acme-eab ls --db /var/lib/step-ca/db

Remove keys by ID:

acme-eab rm --db /var/lib/step-ca/db "$kid"

Development

go test ./...
nix build

Vibe coded

Yes this is entirely vibe-coded. You have been warned.

About

EAB writer for Smallstep's ACMEv2 database

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages