Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
In generateCertificate we have checks for caCertSerialId that examines if the value is null or not.
Currently the value can not be null, so we may put an assert on it into the method to keep it this way, and get rid of the if conditions.