How should development teams handle renewing certificates while avoiding limits (because many dev servers are renewing the same certs) and avoid verification issues due to firewall?
We've already successfully implemented Let's Encrypt in our live environments, with automatic renewals, but we find it annoying/frustrating not to be able to use the same setup in development environments with automatic renewals due to (1) multiple, simultaneous renewals for the same domains which would breach quota limits, and (2) not being able to verify during the renewal process due to firewall issues preventing verifying by the webroot method.
It's important for the development environment to mirror the live environment as much as possible but this breaks with Let's Encrypt. I'm hoping there's a way to get them as close as possible.
Thanks,