We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7289074 commit 1cf38f0Copy full SHA for 1cf38f0
easyrsa3/easyrsa
@@ -1941,19 +1941,15 @@ Please update 'openssl-easyrsa.cnf' to the latest Easy-RSA release."
1941
if [ "$EASYRSA_RAW_CA" ]; then
1942
verbose "\
1943
build_ca: CA key password created via RAW"
1944
- else
1945
- if [ "$ca_password_via_cmdline" ]; then
+ elif [ "$ca_password_via_cmdline" ]; then
1946
1947
build_ca: CA key password created via command options"
1948
1949
- if [ "$EASYRSA_NO_PASS" ]; then
+ elif [ "$EASYRSA_NO_PASS" ]; then
1950
1951
build_ca: CA key has no password"
1952
+ else
1953
1954
build_ca: CA key password created via temp-files"
1955
- fi
1956
1957
fi
1958
1959
# Generate the CA keypair:
0 commit comments