mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
Merge branch 'main' into v3_issue_847-update-hirs_attestationca-caportal-for-checkstyle2
This commit is contained in:
commit
299a8f729a
@ -167,7 +167,6 @@ public class CertificateRequestProcessor extends AbstractProcessor {
|
|||||||
|
|
||||||
// We validated the nonce and made use of the identity claim so state can be deleted
|
// We validated the nonce and made use of the identity claim so state can be deleted
|
||||||
tpm2ProvisionerStateRepository.delete(tpm2ProvisionerState);
|
tpm2ProvisionerStateRepository.delete(tpm2ProvisionerState);
|
||||||
|
|
||||||
boolean generateAtt = saveAttestationCertificate(certificateRepository,
|
boolean generateAtt = saveAttestationCertificate(certificateRepository,
|
||||||
derEncodedAttestationCertificate,
|
derEncodedAttestationCertificate,
|
||||||
endorsementCredential, platformCredentials, device, false);
|
endorsementCredential, platformCredentials, device, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user