Linux Tutorials on the topic “ispconfig”
-
Is there a way to remotely manage your system with ISPConfig 2?
Author: Till Brehm • Tags: ispconfig • Comments: 0
This functionality is now available as ISPConfig 2 plugin. You can add / modify / delete users, websites, dns-records, clients and resellers via a SOAP interface from external applications and scripts.http://www.ispconfig.org/remoting_plugin.htm
-
Invalid or corrupt certificate error code -8182, how can i fix it?
Author: admin • Tags: ispconfig • Comments: 0
You can re-generate the ISPConfig SSL certificate like this: 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