letsencrypt / boulder

An ACME-based certificate authority, written in Go.
Mozilla Public License 2.0
5.22k stars 608 forks source link

admin: Add debug-addr CLI flag #7840

Open jprenken opened 1 week ago

jprenken commented 1 week ago

If provided, the CLI flag will override the value in the config file.

Use the CLI flag to de-conflict parallel integration tests.

Make debug addresses optional for all cmds.

Fixes #7838