Skip to content

Commit

Permalink
removing change to cert file location
Browse files Browse the repository at this point in the history
Signed-off-by: Sadiyah Faruk <sf2ne@virginia.edu>
  • Loading branch information
sf2ne committed Sep 18, 2020
1 parent ef92bcb commit 2ac06ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ object IbmCloudAuth {
}
}

private def getIcpCertFile = "/etc/horizon/exchange/icp/ca2.crt" // our ICP provisioning creates this file
private def getIcpCertFile = "/etc/horizon/exchange/icp/ca.crt" // our ICP provisioning creates this file
private def iamRetryNum = 5

// Get the ICP cluster name as a Try[String] and cache it in member var icpClusterNameTry.
Expand Down

0 comments on commit 2ac06ad

Please sign in to comment.