mirror of
https://github.com/znc/znc.git
synced 2026-05-08 06:14:40 +02:00
Remove notes on the GENERATE command in the cert module
This commit is contained in:
committed by
Uli Schlachter
parent
aa9f2935b4
commit
7391a5cc68
+1
-1
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user