/root/ispconfig gelöscht

boxdoc

New Member
Hallo,

ich habe dummerweise /root/ispconfig gelöscht. Wenn ich jetzt wieder neu installiere, werden dann die Einstellungen für die Emailuser usw. gelöscht?
 

Till

Administrator
Ruf auf:

mkdir /root/ispconfig

dann lädst Du ISPConfig runter und rufst den installer auf, ispconfig aktualieiert dann die Installation und stellt den Inhalt unter /root/ispconfig slebst wieder her. Dann musst Du nur noch ein neues SSL Zertifikat für ISPConfig erstellen.
 

boxdoc

New Member
Allerbesten Dank!

Für die, die es nicht wissen:

Zertifikat erstellen:

(yourpassword durch ein Passwort erstezen mit dem das Zertifikat erzeugt werden soll)

Code:
openssl genrsa -des3 -passout pass:yourpassword -out /root/ispconfig/httpd/conf/ssl.key/server.key2 1024
openssl req -new -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.csr/server.csr -days 365
openssl req -x509 -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -in /root/ispconfig/httpd/conf/ssl.csr/server.csr -out /root/ispconfig/httpd/conf/ssl.crt/server.crt -days 365
openssl rsa -passin pass:yourpassword -in /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.key/server.key
chmod 400 /root/ispconfig/httpd/conf/ssl.key/server.key
 

Werbung

Top