mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
SSL will not generate if any domain not pointed to server #100
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 @umairge66 on 4/25/2025
CloudPanel version(s) affected
v2.5.0
Description
I have multiple domains in my virtual host pointed to same directory and I have generated same ssl certificate for all the domain included in it. The problem is that whenever any of the domain change their A record and ssl got expired rest of the domain ssl also not generated.
How to reproduce
Add multiple domain to virtual host and generate ssl for all the domain at once. After that change A record of one of the domain and try to regenerate ssl of all domain.
Possible Solution
One of the possible can be to ingore all the domain which are not pointed to the sever and generate ssl for the rest of the domains
Additional Context
No response