mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-18 10:46:39 +00:00
In a previous pull request, the reference manifest manager was not called to update the unarchived base rim. So it appears to never have been uploaded.
This commit is contained in:
parent
7d49f63a9b
commit
a07fbbd847
@ -780,6 +780,7 @@ public abstract class AbstractAttestationCertificateAuthority
|
||||
LOG.info("Client provided Base RIM already loaded in database.");
|
||||
dbBaseRim.restore();
|
||||
dbBaseRim.resetCreateTime();
|
||||
this.referenceManifestManager.update(dbBaseRim);
|
||||
}
|
||||
|
||||
tagId = dbBaseRim.getTagId();
|
||||
|
Loading…
Reference in New Issue
Block a user