Skip to content
Snippets Groups Projects
Commit d0e3363c authored by Till Brehm's avatar Till Brehm
Browse files

Do not show XMPP SSL cert renewal message as it might confuse users.

parent f6a14475
No related branches found
No related tags found
No related merge requests found
...@@ -1650,10 +1650,12 @@ class installer_base { ...@@ -1650,10 +1650,12 @@ class installer_base {
echo "\n"; echo "\n";
}else{ }else{
echo "-----\n"; /*
echo "-----\n";
echo "Metronome XMPP SSL server certificate is not renewed. Run the following command manual as root to recreate it:\n"; echo "Metronome XMPP SSL server certificate is not renewed. Run the following command manual as root to recreate it:\n";
echo "# (cd /etc/metronome/certs && make localhost.key && make localhost.csr && make localhost.cert && chmod 0400 localhost.key && chown metronome localhost.key)\n"; echo "# (cd /etc/metronome/certs && make localhost.key && make localhost.csr && make localhost.cert && chmod 0400 localhost.key && chown metronome localhost.key)\n";
echo "-----\n"; echo "-----\n";
*/
} }
// Copy init script // Copy init script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment