We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
doc/EasyRSA-Passphrase-Automation.md
Passphrases and automation .. it is a conundrum.
However, it would be useful if EasyRSA had some documentation on how it is done here ..
Options: --passin=something and --passout=something.
--passin=something
--passout=something
FTR: https://www.openssl.org/docs/man3.0/man1/openssl-passphrase-options.html
The text was updated successfully, but these errors were encountered:
doc/EasyRSA-Passphrase-/usage.md
TLDR;
Global options: --passin, --passout
--passin
--passout
Build CA: Both options MUST be set to the same passphrase.
easyrsa --passin=pass:EASYRSA --passout=pass:EASYRSA build-ca
Build-*-full: Gets more interesting ..
Build-*-full
Sorry, something went wrong.
With build-*-full, --passin is the CA passphrase, while --passout is the new key passphrase.
build-*-full
With set-pass, --passin is the current key passphrase, while --passout is the new key passphrase.
set-pass
No branches or pull requests
Passphrases and automation .. it is a conundrum.
However, it would be useful if EasyRSA had some documentation on how it is done here ..
Options:
--passin=something
and--passout=something
.FTR: https://www.openssl.org/docs/man3.0/man1/openssl-passphrase-options.html
The text was updated successfully, but these errors were encountered: