(acme-tiny) - OpenSSL Update Causes Issues with Client

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.

Okay, nothing to do with LE.

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.

1 Like

Hello!

I have the exact same error, but on a server that uses Open SSL 1.0.1, not 1.1.0.

Anyone can help me? :frowning:

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