|
From: Manuel D. <ma...@de...> - 2015-06-16 13:05:56
|
On Tue, Jun 16, 2015 at 4:19 AM, Wei Shan <wei...@gm...> wrote: > I'm just thinking of this from an academic perspective, are there any > operations in EJBCA which require strong consistency? I think that the audit log requires strong consistency to work as it is currently designed: Every single log entry is signed to guarantee integrity of this log line. And every audit log entry contains a hash value of the precedent log entry to guarantee continuity. The audit log can be disabled, tho. ~manuel |