Skip to content

CLI

lacme.cli

Minimal ACME certificate management CLI.

Provides lacme console command with subcommands for certificate issuance, renewal, revocation, and account management. Uses :class:~lacme.sync.SyncClient and :class:~lacme.store.FileStore.

main

main(argv: list[str] | None = None) -> int

CLI entry point. Returns exit code.