-
Using XCA, handler has been copied per https://github.com/grindsa/acme2certifier/blob/master/docs/xca.md#configuration. Running this command on the server requesting the cert: Even tried appending (Names used are the internal names.)
(Apache)
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
Please enable debugging in by setting Attaching logs/console output from certbot would also be helpful. Thx G. |
Beta Was this translation helpful? Give feedback.
-
It's probably relevant to note I'm using OpenSSL 1.1.1h and Certbot 1.3.0. Of course, both are a number of years old. I'd update them, but that'd require an OS upgrade. acme.sh is an option, but if this turns out to be an OpenSSL issue (or some other system package) then I guess I'll have to tackle the OS first. For certbot, it's really just Looking at the certifier logs, I noticed it complained about not finding the handler. My mistake, I merely copied the file without renaming it. Corrected that; however, same error from What stands out to me is (Contents below somewhat redacted.)
|
Beta Was this translation helpful? Give feedback.
-
Hi, thank you for sharing the logs. Your original problem is not related to the key-lengh.
You rather got trapped in a kind of Certbot dependency hell. See here and here for further information. So when updating certbot please make sure that pyOpenSSL and cryptography modules get updated accordingly. Another option would be to use an alternate acme-client like lego for testing. HTH |
Beta Was this translation helpful? Give feedback.
-
Hi, the processing loop indicates an issue with the handler configuration. Can you please share the logs again? Thanks... |
Beta Was this translation helpful? Give feedback.
-
Some feedback on my experience...
|
Beta Was this translation helpful? Give feedback.
So I decided to skip environment variables until I can get this working. Set
passphrase
instead, eliminated special characters (because I was unsure how to escape them). DB path is owned, recursively, by root, and 640 set on the DB itself. The path is correct and can be enumerated by root.