Can I renew all certificate at one time?

Hello, I am developing automatically SSL setting by using php & lescript client.

question is simple

Can I renew all certificate at one time rather than renewing one domain by one?

thx.

This is probably more a case of terminology than anything else.

The certificates are separate for each set of domains the certificate is valid for, so in that sense they need to be done individually. Having said that, the script can loop through all the domains, and renew all the certificates within the same script run, yes ( within the rate limits - for which you should be fine if these are separate domains on each certificate )

1 Like

so thank you for you fast reply

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.