Skip to content

Commit 7dce540

Browse files
author
Chris Wiechmann
committed
Update APIImportConfigAdapter.java
1 parent 3531593 commit 7dce540

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/apis/src/main/java/com/axway/apim/apiimport/APIImportConfigAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ private void completeCaCerts(API apiConfig) throws AppException {
458458
for(CaCert cert :apiConfig.getCaCerts()) {
459459
if(cert.getCertBlob()==null) {
460460
try(InputStream is = getInputStreamForCertFile(cert)) {
461-
JsonNode certInfo = APIManagerAdapter.getCertInfo(is, null, cert);
461+
JsonNode certInfo = APIManagerAdapter.getCertInfo(is, "", cert);
462462
CaCert completedCert = mapper.readValue(certInfo.get(0).toString(), CaCert.class);
463463
completedCaCerts.add(completedCert);
464464
} catch (Exception e) {

0 commit comments

Comments
 (0)