Hello,
Here is what I did:
wo site update mysite.com letsencrypt=off
login cloudflare and add domain, set domain DNS to be
kara.ns.cloudflare.com
lloyd.ns.cloudflare.com
then,update cert on server:
export CF_Key="6fbd147c414f79c7bff72cc104d7340cf4dcb"
export CF_Email="myemail@domain.com"
sudo wo site update mysite.com --letsencrypt=wildcard --dns=dns_cf
and it will show:
2: Issue a new certificate to replace the current one (limit ~5 per 7 days)
Type the appropriate number [1-2] or any other key to cancel: 2
Issuing new SSL cert with acme.sh
Deploying SSL cert [OK]
Testing Nginx configuration [OK]
Reloading Nginx [OK]
Congratulations! Successfully Configured SSL on https://mysite.com
Your cert will expire within 89 days.
however, It will only show default Nginx page when accessing the site domain but not the site homepage after the above actions:
Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.
So, what is wrong please? how should I fix it please?
Thanks