Merge branch 'use-passin-update-db' of https://github.com/madmajestro/easy-rsa into madmajestro-use-passin-update-db
This commit is contained in:
commit
eb370fe4cd
@ -1498,7 +1498,7 @@ Failed to change the private key passphrase. See above for error messages."
|
|||||||
update_db() {
|
update_db() {
|
||||||
verify_ca_init
|
verify_ca_init
|
||||||
|
|
||||||
easyrsa_openssl ca -utf8 -updatedb || die "\
|
easyrsa_openssl ca -utf8 -updatedb ${EASYRSA_PASSIN:+-passin "$EASYRSA_PASSIN"} || die "\
|
||||||
Failed to perform update-db: see above for related openssl errors."
|
Failed to perform update-db: see above for related openssl errors."
|
||||||
return 0
|
return 0
|
||||||
} # => update_db()
|
} # => update_db()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user