-
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
set_var EASYRSA_SSL_CONF - add wrong / #1074
Comments
Which version of EasyRSA are you using ?
Got it, you did edit the Ok, I think I understand the problem:
Please try uncommenting |
I have at moment next uncommented strings: `it@datasrv:~/easyrsa$ grep -v "^#" easyrsa3/vars set_var EASYRSA_PKI "$PWD/pki" Maybe I'm wrong in my reasoning, but - I apologize for the following words, but this is not logical. The parameter you specified works by default. and to guess about such a connection - you need to know this and understand the script itself. This is difficult without diving into the topic. |
@GLADtr There is no need to apologize, this issue is valid. And yes, there is a basic logical flaw having certain variables in I have been phasing out the variables from In this specific issue, you have selected to define the |
With current To specify a different PKI, from default Also, current |
EasyRSA EasyRSA Which is why this issue is valid, and @GLADtr thank you for reporting it. |
Hi.
For an experiment in vars, I uncommented the value of set_var EASYRSA_SSL_CONFopenssl-easyrsa.cnf.
when running ./easyrsa build-ca I got a sed error: cannot read /openssl-easyrsa.cnf: No such file or directory.
Having set the set -x and set -v flags, I discovered that an erroneous, extra / is passed at the variable assignment stage.
#set_var EASYRSA_SSL_CONF "$EASYRSA/openssl-easyrsa.cnf"
set_var EASYRSA_SSL_CONF "$EASYRSA/openssl-easyrsa.cnf"
+shift
+ value=/openssl-easyrsa.cnf
The text was updated successfully, but these errors were encountered: