mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-16 00:55:25 +00:00
Fixed merge errors
This commit is contained in:
parent
f3af30122b
commit
f1aefcb9ba
@ -487,7 +487,7 @@ public class CertificateRequestPageController extends PageController<NoPageParam
|
||||
|
||||
try (ZipOutputStream zipOut = new ZipOutputStream(response.getOutputStream())) {
|
||||
// get all files
|
||||
for (IssuedAttestationCertificate ic : IssuedAttestationCertificate
|
||||
for (IssuedCertificate ic : IssuedCertificate
|
||||
.select(certificateManager)
|
||||
.getCertificates()) {
|
||||
zipFileName = String.format("Issued_Certificates[%s].cer",
|
||||
|
@ -69,7 +69,7 @@ int provision() {
|
||||
|
||||
// if platformCredential is empty, not in TPM
|
||||
// pull from properties file
|
||||
if (platformCredential.empty()) {
|
||||
// if (platformCredential.empty()) {
|
||||
const std::string& cert_dir =
|
||||
props.get(
|
||||
"tcg.cert.dir",
|
||||
|
Loading…
x
Reference in New Issue
Block a user