HI, In the current version of cyberpanel (with support for PHP 7.3) I can not use Issue SSL from CLI:
cyberpanel issueSSL --domainName cyberpanel.net
Issue SSL from webgui also does not work:
Cannot issue SSL. Error message: 0,283 Failed to obtain SSL for domain. [issueSSLForDomain]
I did not find any changes to the file httpd_config.conf; There is no declaration about the listener SSL {}, something like this:
listener SSL { map fb.vn fb.vn address 0.0.0.0:443 secure 1 keyFile /usr/local/lsws/admin/conf/webadmin.key certFile /usr/local/lsws/admin/conf/webadmin.crt }
With Cyberpanle old version, only have “PHP 5.3 → 7.2”, everything still works fine.