-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using ANY environment variables in X509-types files is NOT officially supported #596
Comments
I was able to solve this: By commenting out |
@Yannik Hi, thanks for reporting this and taking time to try to solve it. However, your solution is certainly not an acceptable fix, so I'm reopening this for further investigation. Is there a specific reason why you only put your openssl config file on pastebin ? Do you mind if I paste it here for the record ? |
Hey @TinCanTech The issue was caused by having added the line
to the COMMON file of the So it is an issue that is not present with the default easy-rsa config. However, I would like to suggest to add an parameter to This would've made debugging this much easier, cause I wouldn't have needed to understand and then modify |
That is certainly possible via a |
Ok. That is a nice catch. I'll have to think about some documentation or input checking for such. |
We don't need your SSL config, so I will not post that but I will leave this open as a reminder to look into it soon. |
On a further note, I also needed to comment out the following lines for debugging another issue
I have opened a separate issue #610 to track this. |
The absolute bottom line is this:
|
To remain open, indefinitely. |
Using Easy-RSA built-in command Example: |
I'm currently having issues signing a CSR for a Sub-CA (Windows ADCS):
After importing the csr, sign-req results in:
I have checked line 8 of the config file, it is
[ CA_default ]
, so I don't really know how this could cause an issue.Full config file here: https://pastebin.com/u8HfYDXK
I'm using easy-rsa 3.0.8 from the debian repo.
The text was updated successfully, but these errors were encountered: