You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return$self->_status(DATA_MISMATCH, "The list of provided domains does not match the one on the CSR.") unless (join(',', sort@loaded_domains) eqjoin(',', sort@list));
Why is it fatal to load a csr that doesn't match the list passed on the command line? Surely it makes more sense to generate a new CSR rather than just bailing out?
Would a PR for this be welcomed?
The text was updated successfully, but these errors were encountered:
Crypt-LE/lib/Crypt/LE.pm
Line 516 in ce3560e
Why is it fatal to load a csr that doesn't match the list passed on the command line? Surely it makes more sense to generate a new CSR rather than just bailing out?
Would a PR for this be welcomed?
The text was updated successfully, but these errors were encountered: