Can't issue SSL properly

Done, can I issue now SSL?

Run acme.sh --list do you see panel.homes

Can't issue SSL properly - #9 by aj161 here you stated your issue is fixed. Didn’t you issue SSL for new hostname domain?

Hi Jose,

Still, I’m getting the same error.

Did you issue ssl for the intended hostname domain? If yes what is the error?

Did you remove all ssl folders of the old hostname domain? if not what is the error

Yes, issue SSL for the hostname it’s getting the same error. below the error

Cannot issue SSL. Error message: [Fri 28 Oct 2022 01:45:06 PM UTC] Registering account: https://acme.zerossl.com/v2/DV90 [Fri 28 Oct 2022 01:45:09 PM UTC] Already registered [Fri 28 Oct 2022 01:45:09 PM UTC] ACCOUNT_THUMBPRINT=‘YpDcyzrPiYHxSsWjyijX0ZtjT3o39zg9XXqOOy2Z0-k’ Killed

Yes, remove all SSL related to that domain. followed your guidelines

  1. Run command touch /usr/local/CyberCP/debug && reboot and reissue the ssl for hostname and post the contents of nano /home/cyberpanel/error-logs.txt

  2. Is the DNS for domain you are using for hostname being handled by CloudFlare ?

  3. Maybe its an issue with migration from ZeroSSL. Add an email address to be used with acme.sh to register your certificates with a Certificate Authority acme.sh --register-account -m [email protected]

  1. Here is the error log.
2022-10-29 04:09:59.258443 [NOTICE] [1899] Setup swapping space...
2022-10-29 04:09:59.258478 [NOTICE] [1899] LiteSpeed/1.7.16 Open starts successfully!
2022-10-29 04:09:59.327623 [NOTICE] [920] New litespeed process is ready, stops listeners
2022-10-29 04:09:59.327623 [NOTICE] [919] New litespeed process is ready, stops listeners
2022-10-29 04:09:59.327652 [INFO] [920] Stop all listeners.
2022-10-29 04:09:59.327675 [INFO] [919] Stop all listeners.
2022-10-29 04:09:59.327678 [NOTICE] [920] Stop listener *:80, fd 23.
2022-10-29 04:09:59.327680 [NOTICE] [919] Stop listener *:80, fd 22.
2022-10-29 04:09:59.327687 [NOTICE] [919] Stop listener [::]:443, fd 24.
2022-10-29 04:09:59.327687 [NOTICE] [920] Stop listener [::]:443, fd 25.
2022-10-29 04:09:59.327691 [NOTICE] [919] Stop listener *:7080, fd 20.
2022-10-29 04:09:59.327703 [NOTICE] [919] Event-loop lingering done.
2022-10-29 04:09:59.327704 [NOTICE] [920] Event-loop lingering done.
2022-10-29 04:09:59.327706 [NOTICE] [919] Shut down successfully! 
2022-10-29 04:09:59.327707 [NOTICE] [920] Shut down successfully! 
2022-10-29 04:09:59.327712 [NOTICE] [919] HttpServerImpl::releaseAll called.
2022-10-29 04:09:59.327712 [NOTICE] [920] HttpServerImpl::releaseAll called.
2022-10-29 04:09:59.328665 [NOTICE] [896] [AutoRestarter] cleanup children processes and unix sockets belong to process 919 !
2022-10-29 04:09:59.428817 [NOTICE] [896] [AutoRestarter] child process with pid=919 exited with status=0!
2022-10-29 04:09:59.428897 [NOTICE] [896] [AutoRestarter] cleanup children processes and unix sockets belong to process 920 !
2022-10-29 04:09:59.529020 [NOTICE] [896] [AutoRestarter] child process with pid=920 exited with status=0!
2022-10-29 04:09:59.529115 [NOTICE] [896] Server Stopped!
  1. I’m not using Cloudflare.

Hi

/root/.acme.sh

This location shows a panel.homes_ecc file. How to delete this file? I think this file store key and cert file.

rm -rf /root/.acme.sh/panel.homes_ecc

That folder SHOULD be deleted when you delete a website, but it’s not, just another thing that was told to devs and ignored.

Still getting the same error, OMG this SSL :pensive:

Cannot issue SSL. Error message: [Sat 29 Oct 2022 12:19:53 PM UTC] Registering account: https://acme.zerossl.com/v2/DV90 [Sat 29 Oct 2022 12:19:59 PM UTC] Already registered [Sat 29 Oct 2022 12:19:59 PM UTC] ACCOUNT_THUMBPRINT='YpDcyzrPiYHxSsWjyijX0ZtjT3o39zg9XXqOOy2Z0-k' Killed

Oh it’s for hostname, need to check the behavior to see if it’s using on another locations

Meanwhile, re-run this command and post here the output. It has the debug flag to try and provide more information.
It’s already edited for your domain panel.homes, so copy and paste it as it is.

/root/.acme.sh/acme.sh --issue -d panel.homes --cert-file /etc/letsencrypt/live/panel.homes/cert.pem --key-file /etc/letsencrypt/live/panel.homes/privkey.pem --fullchain-file /etc/letsencrypt/live/panel.homes/fullchain.pem -w /usr/local/lsws/Example/html --force --debug