I’ve been using LetsEncrypt smoothly for almost exactly a year now, but suddenly I can’t get a certificate signed: ``Error creating new cert :: authorizations for these names not found or expired: rdmp.org’’.
Has something changed recently? I use acme-tiny to do the work.
An automatic security update put a new openssl in the system, and that introduces extra space when you view a CSR; acme-tiny parses this text-outputted CSR to find the requisite information (domain names), and a pull request to fix this has been submitted (https://github.com/diafygi/acme-tiny/pull/175) but it seems that that project is not being maintained any more, so I had to apply the fix by hand.
Hopefully that will help others if/when they come across this problem.