When running in manual mode, the `configFile` variable will take the zero value of `""` while `manualConfigFile` will be provided on the CLI by the operator. A startup check incorrectly dereferences `configFile`; but correctly determines that it is the zero value `""`, outputs the help text, and exits never allowing manual mode to perform work. Fixes https://github.com/letsencrypt/boulder/issues/7176 |
||
|---|---|---|
| .. | ||
| main.go | ||
| main_test.go | ||