Right now when a verification fails in rake letsencrypt:renew it raises Letsencrypt::Error::VerificationError and aborts verifying any further domains.
Would it be worth making this behaviour configurable, so rather than completely aborting the Rake task it would continue verifying other domains?
Users of my app can add a custom domain which we then secure through Let's Encrypt. With the current functionality we're unable to renew ANY certificates of any customer the moment one of those domains stops resolving (e.g. when a customer removes their CNAME record and we're now longer able to verify the domain for them.)