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:
Cyrus 2020-12-02 11:46:42 -05:00
parent 7d49f63a9b
commit a07fbbd847

View File

@ -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();