mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
SSL certificate not being issued for CloudPanel Custom Domain #107
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bdfcommunication on 4/16/2025
CloudPanel version(s) affected
v2.5.0
Description
When you ad a third-level domain as a custom domain to the cloudpanel settings a lets encrypt certificate is never really been issued for it.
How to reproduce
Just add a third-level domain (ex cloudpanel.yourmaindomain.com) , that hase correctely an A entry in the DNS for you server ip, as a custom domain under settings and you will notice that the cert is never issued or applied.
Possible Solution
Predict that this can be the case.. not everyone has or wants a secondo-level domain to be used for the cloud panel server. Could be the case, as our case when you need more than one cloudpanel server and the best solution is to point subdomains to these servers, cloudpanel1.youdomain.com, cloudpanel2.yourdomain.com etc. Seems that the certificate issue procedure for the custom domain fails,
Additional Context
No response