When crl-updater produces a CRL with shard index 0, have it also produce an identical CRL with shard index NumShards (e.g. 128). This is the first step towards having it only produce shards numbered 1 through NumShards, i.e. transition from using 0-indexing to 1-indexing. We want to do this because various aspects of Golang and gRPC cannot tell the difference between "this struct/message has no shard index set" and "this struct/message has shard index 0 set". Part of https://github.com/letsencrypt/boulder/issues/7007 |
||
|---|---|---|
| .. | ||
| checker | ||
| crl_x509 | ||
| storer | ||
| updater | ||
| crl.go | ||
| crl_test.go | ||