cpanel / elevate

elevate your cPanel&WHM CentOS 7 server to Almalinux 8
https://cpanel.github.io/elevate/
BSD 2-Clause "Simplified" License
45 stars 29 forks source link

Convert systems using Sectigo to use Let's Encrypt #400

Closed timmullin closed 5 months ago

timmullin commented 5 months ago

Case RE-54:

When CentOS 7 is elevated to AlmaLinux 8, the "nobody" user will retain its uid/gid of 99 where as on AlmaLinux 8 the expected uid/gid for "nobody" is 65534. This will cause issues with the Sectigo AutoSSL provider. If a system is setup to use Sectigo as the AutoSSL provider, emit a warning that the system will be switched to Lets Encrypt. Run the appropriate autofixer for the conversion during the upgrade

Changelog: Change to Let's Encrypt if Sectigo is the AutoSSL provider.

By submitting pull requests to this repo, I agree to the Contributor License Agreement which can be found at: https://github.com/cpanel/elevate/blob/main/docs/cPanel-CLA.pdf

cPholloway commented 5 months ago

Can we add a test for the new component as well please?

timmullin commented 5 months ago

Can we add a test for the new component as well please?

I can go ahead and add one.

timmullin commented 5 months ago

@cPholloway - I have made the requested updates.