What is the name of the domain?
What is the issue you’re encountering
https doesn’t work
What feature, service or problem is this related to?
Nameservers
What are the steps to reproduce the issue?
Normally, I use the following set of commands from acme.sh script to install a SSL certificate for my domain name.
curl https://get.acme.sh | sh
~/.acme.sh/acme.sh --set-default-ca --server letsencrypt
~/.acme.sh/acme.sh --register-account -m MYEMAIL
~/.acme.sh/acme.sh --issue -d MYDOMAIN --standalone
~/.acme.sh/acme.sh --installcert -d MYDOMAIN --key-file /root/private.key --fullchain-file /root/cert.crt
Then I use /root/private.key
and /root/cert.crt
in the web panel and then I am able to access the website through https://
I did the same step with the domain name I purchased from Cloudflare, but accessing the web panel is not possible. The panel should be accessible at https://MYDOMAIN:10000. Any idea about that?