Parche manual (si no quieres actualizar todo)
Puedes editar el archivo problemático:
nano /www/server/panel/class/panelSite.py
Busca la función:
def GetSiteRunPath(self, get):
Cerca de la línea 5056, justo donde dice:
if sitePath == path:
Agrega antes de esa línea esta inicialización:
path = ''
Así debe verse el bloque (aproximadamente):
def GetSiteRunPath(self, get):
path = ''
sitePath = sitePath.strip()
if sitePath == path:
return sitePath
Guarda con CTRL+O, presiona Enter y luego CTRL+X para salir.
Finalmente recarga el panel:
bt reload
Y vuelve a intentar aplicar el certificado.