From d1dc1188e18492051e2c93d4d205ff659ed3c166 Mon Sep 17 00:00:00 2001 From: Rune Darrud Date: Wed, 17 Aug 2016 15:57:45 +0200 Subject: [PATCH] Remove obsolete reference to serial.txt fixes #12467 Signed-off-by: Michael Friedrich --- lib/cli/apisetuputility.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cli/apisetuputility.cpp b/lib/cli/apisetuputility.cpp index 3af432356..027a7d242 100644 --- a/lib/cli/apisetuputility.cpp +++ b/lib/cli/apisetuputility.cpp @@ -120,7 +120,6 @@ bool ApiSetupUtility::SetupMasterCertificates(const String& cn) String ca_path = PkiUtility::GetLocalCaPath(); String ca = ca_path + "/ca.crt"; String ca_key = ca_path + "/ca.key"; - String serial = ca_path + "/serial.txt"; String target_ca = pki_path + "/ca.crt"; Log(LogInformation, "cli") @@ -137,7 +136,6 @@ bool ApiSetupUtility::SetupMasterCertificates(const String& cn) files.push_back(ca_path); files.push_back(ca); files.push_back(ca_key); - files.push_back(serial); files.push_back(target_ca); files.push_back(key); files.push_back(csr);