Bulk update SSL on V4

I can’t find any post about it or documentation.
Is there a version in V4 similar to V3 that updated LE on all installed websites?
V3 had ability to update all certificates via cron:

ee site update --le=renew --all

Yes, there is. It works for both standard certs and wildcard certs (but automatic renewals on wildcard certs require CloudFlare DNS being used so ee can update the TXT validation records by itself when it comes time to renew.)

Anyway to answer your question, ee site ssl-renew --all

Certificate renewal is allowed one week before the certificate will expire. You can override this limitation and force renewal with --force flag.

See here for more info https://easyengine.io/blog/easyengine-v4-0-10-released#ssl-renewal

1 Like