2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 23:05:28 +00:00
R.B. Boyer 02a858efa0
ca: fix a masked bug in leaf cert generation that would not be notified of root cert rotation after the first one ()
In practice this was masked by  and was only uncovered fixing the
other bug.

  go test ./agent -run TestAgentConnectCALeafCert_goodNotLocal

would fail when only  was fixed.
2022-10-17 13:24:27 -05:00

4 lines
138 B
Plaintext

```release-note:bug
ca: fix a masked bug in leaf cert generation that would not be notified of root cert rotation after the first one
```