Merge branch 'main' into v3_issue_847-update-hirs_attestationca-caportal-for-checkstyle2

This commit is contained in:
ThatSilentCoder 2024-10-29 11:37:24 -04:00 committed by GitHub
commit 299a8f729a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
tpm2ProvisionerStateRepository.delete(tpm2ProvisionerState);
boolean generateAtt = saveAttestationCertificate(certificateRepository,
derEncodedAttestationCertificate,
endorsementCredential, platformCredentials, device, false);