Control Web Panel

WebPanel => CentOS-WebPanel Bugs => Topic started by: Namaste on December 29, 2021, 02:00:18 PM

Title: BUG**ssl renew now renews ALL
Post by: Namaste on December 29, 2021, 02:00:18 PM
Clicking on a single domain to renew ssl forces ALL certs to renew.  And without admin services. uggg
Title: Re: BUG**ssl renew now renews ALL
Post by: Netino on December 29, 2021, 09:35:45 PM
If you have an issue you think is a bug, report it to:
https://bugs.control-webpanel.com/ (https://bugs.control-webpanel.com/)

Obviously, create an account first to access.

Regards,
Netino
Title: Re: BUG**ssl renew now renews ALL
Post by: Namaste on December 29, 2021, 09:50:50 PM
Have an account.  But bugs go unanswered.
Title: Re: BUG**ssl renew now renews ALL
Post by: Wonder on December 30, 2021, 01:50:51 PM
I have the same problem, one month ago, expire my auto SSL, automatic, has renew my SSL domain, but not admin services (like mail...).
My solution, delete the SSL of the domain and recreate again with select the SAN thats I need.
Title: Re: BUG**ssl renew now renews ALL
Post by: Netino on December 31, 2021, 04:01:20 AM
I have the same problem, one month ago, expire my auto SSL, automatic, has renew my SSL domain, but not admin services (like mail...).
My solution, delete the SSL of the domain and recreate again with select the SAN thats I need.

Yes, it works too.

Another way is to just add the missing DNS records for that domains.

The missing domains you can check too with the following command, since the last restart of your Apache server (if using Apache server):
Code: [Select]
# grep AH01909 /usr/local/apache/logs/error_log

Title: Re: BUG**ssl renew now renews ALL
Post by: Wonder on December 31, 2021, 09:58:32 AM
I have the same problem, one month ago, expire my auto SSL, automatic, has renew my SSL domain, but not admin services (like mail...).
My solution, delete the SSL of the domain and recreate again with select the SAN thats I need.

Yes, it works too.

Another way is to just add the missing DNS records for that domains.

The missing domains you can check too with the following command, since the last restart of your Apache server (if using Apache server):
Code: [Select]
# grep AH01909 /usr/local/apache/logs/error_log

I think that when it happened to me, if I had the DNS's configured, anyway, I check and I am going to wait for them to have to be renewed automatically, to see what happens.
Thanks and regards.