i can’t get the SSL
"Failed to obtain SSL for : "
my website got www.example.com SSL.
i tried this “wget -O - https://get.acme.sh/ | sh” but not worked for me…
log just like this
"
[05.23.2020_12-46-15] Trying to obtain SSL for: mydomain.com and: www.mydomain.com
[05.23.2020_12-46-15] /root/.acme.sh/acme.sh --issue -d mydomain.com -d www.mydomain.com --cert-file /etc/letsencrypt/live/mydomain.com/cert.pem --key-file /etc/letsencrypt/live/mydomain.com/privkey.pem --fullchain-file /etc/letsencrypt/live/mydomain.com/fullchain.pem -w /home/mydomain.com/public_html --force
[05.23.2020_12-46-16] Failed to obtain SSL for: mydomain.com and: www.mydomain.com
[05.23.2020_12-46-16] Trying to obtain SSL for: mydomain.com
[05.23.2020_12-46-17] Failed to obtain SSL, issuing self-signed SSL for: mydomain.com
[05.23.2020_12-46-18] Self signed SSL issued for mydomain.com."