aaPanel_Kern
I have 2 websites on one server with the following domains mydomain.azharlihan.com and mydomaindb.azharlihan.com. Both are running normally, have a valid SSL certificate and I can renew the SSL certificate via cron. Then I deleted one of the website (mydomaindb.azharlihan.com). But when I run a cron job to renew the ssl certificate, I get an error like this
----------------------------------------------------------------------------
|-A total of 2 certificates need to be renewed
|-Renew the visa certificate and start checking the environment
[]
|-Renewing certificate number of 1,domain: ['mydomaindb.azharlihan.com']..
|-Creating order..
Traceback (most recent call last):
File "/www/server/panel/class/acme_v2.py", line 1909, in renew_cert
self._config['orders'][index]['auth_to'], index)
File "/www/server/panel/class/acme_v2.py", line 1773, in renew_cert_to
siteName = self.get_site_name_by_domains(domains)
AttributeError: 'acme_v2' object has no attribute 'get_site_name_by_domains'
----------------------------------------------------------------------------
★[2022-11-11 08:38:03] Successful
----------------------------------------------------------------------------
Based on the error information, it's still trying to renew the ssl certificate on the deleted domain: mydomaindb.azharlihan.com