Hello, so I installed letsencrypt on my domain that is using cloudflare using this command
./letsencrypt-auto certonly --webroot -w /var/www/default -d mydomain.net -d www.mydomain.net
(I edited the domain part)
And everything was successful, but I’m going to the sub domain page and it’s not showing HTTPS, and when I add https:// it redirects me back to https://
Can someone tell me what else should I do?
Thanks.