[Feature Request] Skip www sub domain while requesting ssl for a subdomain [specify which domains should be used for requesting ssl]

Hello all,
I am trying CyberPanel and while requesting ssl for my sub domain always getting success message that cert has been requested but actual cert is never requested.
However on checking log file “server:8090/serverstatus/cyberCPMainLogFile” looks like requests are failing since the cyber panel is requesting ssl for sub-subdomain which is obviously not pointed or needed.

If anyone can please guide me how can I skip www subdomain while requesting ssl.

I’ve requested ssl using cli bypassing gui

removed -d www.sub.domain.com from command

 /root/.acme.sh/acme.sh --issue -d sub.domain.com --cert-file /etc/letsencrypt/live/sub.domain.com/cert.pem --key-file /etc/letsencrypt/live/sub.domain.com/privkey.pem --fullchain-file /etc/letsencrypt/live/sub.domain.com/fullchain.pem -w /usr/local/lsws/Example/html -k ec-256 --force --server letsencrypt

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.