As discussed here #13017 (comment) the coming CertManagerCa class is using pre-increment operation when it's not really needed.
We agreed on making the change in a different PR because the same happens within the InternalCa class (specifically when increamenting the CA cert generation like this, ++caCertGeneration).
As discussed here #13017 (comment) the coming
CertManagerCaclass is using pre-increment operation when it's not really needed.We agreed on making the change in a different PR because the same happens within the
InternalCaclass (specifically when increamenting the CA cert generation like this,++caCertGeneration).