Searched refs:csrFilePath (Results 1 – 2 of 2) sorted by relevance
49 fs::path csrFilePath = certInstallPath; in csr() local50 csrFilePath = csrFilePath.parent_path() / defaultCSRFileName; in csr()51 if (!fs::exists(csrFilePath)) in csr()54 csrFilePath); in csr()58 FILE* fp = std::fopen(csrFilePath.c_str(), "r"); in csr()68 "FILENAME", csrFilePath); in csr()
630 fs::path csrFilePath = certParentInstallPath / defaultCSRFileName; in generateCSRHelper() local631 writeCSR(csrFilePath.string(), x509Req); in generateCSRHelper()