Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: puppydog.store
I ran this command: Issue SSL certificate from Cyberpanel console
It produced this output:
Hostname/IP does not match certificate's altnames: Host: puppydog.store. is not in the cert's altnames: DNS:happynails.shop, DNS:www.happynails.shop
My web server is (include version): LiteSpeed Web Server (Cyberpanel)
The operating system my web server runs on is (include version):
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): Cyberpanel
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): No idea
Hope you can help me with this one. All was working fine with this site until I had to delete it and reinstall it, something weird happened when I issued the certificate. That other site is also mine happynails.shop, it was installed in the same server, I already deleted to test what happened, but it keeps showing this.
Also when I try to issue the certificate from Cyberpanel the command freezes. I checked logs nothing there. Then I run this command
/root/.acme.sh/acme.sh --issue -d puppydog.store -d puppydog.store --cert-file /etc/letsencrypt/live/puppydog.store/cert.pem --key-file /etc/letsencrypt/live/puppydog.store/privkey.pem --fullchain-file /etc/letsencrypt/live/puppydog.store/fullchain.pem -w /home/puppydog.store/public_html --server letsencrypt --force --debug --log
Your server configuration is loading the certificate for happynails.shop instead which suggests that your webserver configuration needs to be adjusted to use the appropriate server for your puppydog.store domain.
You will want to avoid the use of that flag. It results in unexpected complications far more often than it solves the problem the user hoped to remedy by adding it to the command.
Cyberpanel has some Community resources pertaining to Let's Encrypt. They don't appear to use Certbot, though. I don't know if their documentation will help you figure out why the wrong certificate is being used by your site, but it can't hurt to examine.
How did you come up with this command? Because it looks like you're using the ACME client acme.sh to install certificates into the location commonly used by the ACME client Certbot. Which is kinda weird to me. Did you use some kind of online guide?