Remove notes on the GENERATE command in the cert module

This commit is contained in:
Kyle Fuller
2011-11-21 20:20:51 +00:00
committed by Uli Schlachter
parent aa9f2935b4
commit 7391a5cc68
+1 -1
View File
@@ -29,7 +29,7 @@ public:
} else {
PutModule("You do not have a certificate. Please use the web interface to add a certificate");
if (m_pUser->IsAdmin()) {
PutModule("Alternatively you can either place one at " + PemFile() + " or use the GENERATE command to generate a new certificate");
PutModule("Alternatively you can either place one at " + PemFile());
}
}
}