Searched refs:certPath (Results 1 – 3 of 3) sorted by relevance
45 private String certPath; field in FLParameter101 if (certPath == null || certPath.isEmpty()) { in getCertPath()106 return certPath; in getCertPath()109 public void setCertPath(String certPath) { in setCertPath() argument110 String realCertPath = Common.getRealPath(certPath); in setCertPath()112 this.certPath = realCertPath; in setCertPath()
406 String certPath = args[11]; in main() local414 flParameter.setCertPath(certPath); in main()441 flParameter.setCertPath(certPath); in main()
60 function test(keyPath, certPath, check, next) { argument62 const cert = fixtures.readSync(certPath).toString();66 '-cert', fixtures.path(certPath),