mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-18 18:56:29 +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.");
|
LOG.info("Client provided Base RIM already loaded in database.");
|
||||||
dbBaseRim.restore();
|
dbBaseRim.restore();
|
||||||
dbBaseRim.resetCreateTime();
|
dbBaseRim.resetCreateTime();
|
||||||
|
this.referenceManifestManager.update(dbBaseRim);
|
||||||
}
|
}
|
||||||
|
|
||||||
tagId = dbBaseRim.getTagId();
|
tagId = dbBaseRim.getTagId();
|
||||||
|
Loading…
Reference in New Issue
Block a user