There was an checkstyles error that needed to be corrected.

This commit is contained in:
Cyrus 2021-10-12 08:41:45 -04:00
parent ee7befca81
commit 9492c680da

View File

@ -398,7 +398,8 @@ public class CertificateRequestPageController extends PageController<NoPageParam
try (ZipOutputStream zipOut = new ZipOutputStream(response.getOutputStream())) {
// get all files
for (CertificateAuthorityCredential ca : CertificateAuthorityCredential.select(certificateManager)
for (CertificateAuthorityCredential ca : CertificateAuthorityCredential
.select(certificateManager)
.getCertificates()) {
zipFileName = String.format("ca-certificate[%s].cer",
Integer.toHexString(ca.getCertificateHash()));