Modifying certificates affects to the same domain-named sites on all servers.

short description

Deleting or creating SSH-certificate to one server, affects to the same domain-named sites on other servers.

correct behaviour

Modifying certificates should only affect to the server which the site is located.

environment

Server OS: Any

ISPConfig version: (3.1.8.p1)

Related to the query

UPDATE web_domain SET ssl_request = '', ssl_cert = '' WHERE domain = 'nameofthedomain.com'

proposed fix

Add server_id to the update query.

Edited by Janne Mustonen