Remove obsolete reference to serial.txt

fixes #12467

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
This commit is contained in:
Rune Darrud 2016-08-17 15:57:45 +02:00 committed by Michael Friedrich
parent 4c54cddec8
commit d1dc1188e1
1 changed files with 0 additions and 2 deletions

View File

@ -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);