This commit updates the `boulder-ra` and `boulder-ca` commands to refuse to start if their configured `MaxNames` is 0 (the default value). This should always be set to a positive number. This commit also updates `csr/csr.go` to always apply the max names check since it will never be 0 after the change above. Also refactor `FailOnError` to pull out a separate `Fail` function. Related to https://github.com/letsencrypt/boulder/issues/3632 |
||
---|---|---|
.. | ||
csr.go | ||
csr_test.go |