mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
openssl config usage missing on requesting certificate #225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kyse on GitHub (Jun 4, 2017).
I noticed when I was trying to run this script on a UTM host with an openssl config specified in my dehydrated config file, I kept running into an issue where openssl would complain about not being able to load up section v3_ca. This was due to the openssl.cnf in /etc/ssl/openssl.cnf using some env variable dehydrated doesn't use. The openssl.cnf file I specify in the dehydrated config isn't being applied when it attmepts to create a csr:
Now, I didn't mess around much to create a tmp config, but changing it to this seemed to resolve the issue.
This stumped me for a while because I thought it was an error in my openssl.cnf file I specified, but turns out it was using the default cert UTM has since dehyrated is not specifying the cert in this call.