-
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
SSL config ENV-VARS for KDC-Realm are not expanded for safe SSL config #673
Comments
Linking: OpenVPN/easyrsa-unit-tests#35 |
https://github.com/OpenVPN/easy-rsa/blob/master/easyrsa3/x509-types/kdc The only x509-type which requires expansion. It may be better to deprecate |
Let us see how social github is:
|
Linking #596 |
FTR:
|
I believe that EasyRSA should remove Unofficially deprecate |
Last chance .. |
Closes: OpenVPN#630 Note: 'kdc' is not a supported X509 type OpenVPN#673 Signed-off-by: Richard T Bonhomme <[email protected]>
Using LibreSSL to build a
|
The root cause of this problem: |
This is no longer valid because it is not the unexpanded variables in "safe SSL config" at fault. Follow-ups: #767 |
Last comment. A kdc certificate, spot the implementation mistakes:
|
${ENV::EASYRSA_KDC_REALM}
is used inx509-types/kdc
but is not expanded byeasyrsa_openssl()
. This is true of versions All versions, that I can ascertain.Original PR #322 does not appear to cover this either.
The text was updated successfully, but these errors were encountered: