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
export-p1
Command export-p1 forces use of SSL option -traditional, which is as follows:
-traditional
When writing a private key, use the traditional PKCS#1 format instead of the PKCS#8 format. https://www.openssl.org/docs/man3.0/man1/openssl-rsa.html
Easy-RSA should conform to expected output of PKCS#8 but allow use of -traditional as a command option for PKCS#1.
On the other hand, if PKCS#1 is the desired target format then use export-p1, otherwise use export-p8. This appears to have fixed itself ..
export-p8
Follow up question: Is PKCS#1 still a viable format for Easy-RSA to support ?
The text was updated successfully, but these errors were encountered:
v3.2.0-beta2
TinCanTech
No branches or pull requests
Command
export-p1
forces use of SSL option-traditional
, which is as follows:Easy-RSA should conform to expected output of PKCS#8 but allow use of
-traditional
as a command option for PKCS#1.On the other hand, if PKCS#1 is the desired target format then use
export-p1
, otherwise useexport-p8
. This appears to have fixed itself ..Follow up question: Is PKCS#1 still a viable format for Easy-RSA to support ?
The text was updated successfully, but these errors were encountered: