Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EJBCA 6.14.0
-
Component/s: None
-
Labels:None
-
Epic Link:
-
Sprint:EJBCA Sprint 14
Description
Currently stored in memory, but needs to present in the database for other nodes to read until they expire.
Add ORM. Update CRUD SSB.
rowProtection will be of very little use for these entries, but should probably be present for consistency.
MariaDB [ejbca]> describe AcmeNonceData; +---------------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +---------------+--------------+------+-----+---------+-------+ | nonce | varchar(250) | NO | PRI | NULL | | | rowProtection | longtext | YES | | NULL | | | rowVersion | int(11) | NO | | NULL | | | timeExpires | bigint(20) | NO | | NULL | | +---------------+--------------+------+-----+---------+-------+ 4 rows in set (0.00 sec) MariaDB [ejbca]> exit