Hello,
I’m trying to issue SSL but it’s self-signing again and again.
I tried all below steps:
1:
wget -O - https://get.acme.sh | sh
successful run but nothing happened.
2: tried debugging with command line
/root/.acme.sh/acme.sh --issue -d <YOUR_DOMAIN> -d www.<YOUR_DOMAIN> --cert-file /etc/letsencrypt/live/<YOUR_DOMAIN>/cert.pem --key-file /etc/letsencrypt/live/<YOUR_DOMAIN>/privkey.pem --fullchain-file /etc/letsencrypt/live/<YOUR_DOMAIN>/fullchain.pem -w /home/<YOUR_DOMAIN>/public_html --force --debug
Cyberpanel main log file:
[06.26.2021_16-32-18] /root/.acme.sh/acme.sh --issue -d digiqal.us -d www.digiqal.us --cert-file /etc/letsencrypt/live/digiqal.us/cert.pem --key-file /etc/letsencrypt/live/digiqal.us/privkey.pem --fullchain-file /etc/letsencrypt/live/digiqal.us/fullchain.pem -w /home/digiqal.us/public_html --force
[06.26.2021_16-32-19] Failed to obtain SSL for: digiqal.us and: www.digiqal.us
[06.26.2021_16-32-19] Trying to obtain SSL for: digiqal.us
[06.26.2021_16-32-21] Failed to obtain SSL, issuing self-signed SSL for: digiqal.us
[06.26.2021_16-32-22] Self signed SSL issued for digiqal.us.
[06.26.2021_16-48-45] Trying to obtain SSL for: digiqal.us and: www.digiqal.us
[06.26.2021_16-48-45] /root/.acme.sh/acme.sh --issue -d digiqal.us -d www.digiqal.us --cert-file /etc/letsencrypt/live/digiqal.us/cert.pem --key-file /etc/letsencrypt/live/digiqal.us/privkey.pem --fullchain-file /etc/letsencrypt/live/digiqal.us/fullchain.pem -w /home/digiqal.us/public_html --force
[06.26.2021_16-48-47] Failed to obtain SSL for: digiqal.us and: www.digiqal.us
[06.26.2021_16-48-47] Trying to obtain SSL for: digiqal.us
[06.26.2021_16-48-48] Failed to obtain SSL, issuing self-signed SSL for: digiqal.us
[06.26.2021_16-48-49] Self signed SSL issued for digiqal.us.
[06.26.2021_16-54-22] Trying to obtain SSL for: digiqal.us and: www.digiqal.us
[06.26.2021_16-54-22] /root/.acme.sh/acme.sh --issue -d digiqal.us -d www.digiqal.us --cert-file /etc/letsencrypt/live/digiqal.us/cert.pem --key-file /etc/letsencrypt/live/digiqal.us/privkey.pem --fullchain-file /etc/letsencrypt/live/digiqal.us/fullchain.pem -w /home/digiqal.us/public_html --force
[06.26.2021_16-54-24] Failed to obtain SSL for: digiqal.us and: www.digiqal.us
[06.26.2021_16-54-24] Trying to obtain SSL for: digiqal.us
[06.26.2021_16-54-25] Failed to obtain SSL, issuing self-signed SSL for: digiqal.us
[06.26.2021_16-54-26] Self signed SSL issued for digiqal.us.
Please help
I’m facing this issue in multiple cyber panel accounts
