From 7391a5cc68a63ff090808044011f8399f0bbfc6e Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 21 Nov 2011 20:20:51 +0000 Subject: [PATCH] Remove notes on the GENERATE command in the cert module --- modules/cert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cert.cpp b/modules/cert.cpp index d65b114f..0a8f3c3c 100644 --- a/modules/cert.cpp +++ b/modules/cert.cpp @@ -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()); } } }