Skip to content
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

cli: add option to also write client key in PKCS#8 format. #29008

Merged

Commits on Aug 23, 2018

  1. cli: add option to also write client key in PKCS#8 format.

    This is useful for java which does not understand PKCS#1 in PEM format.
    This does not change the format of the `client.<username>.key` file but
    writes an additional file named `client.<username>.key.pk8`.
    
    Removed `openssl` command to convert key to PKCS#8 in java acceptance
    test.
    
    Release note (cli change): add option to write client key in PKCS#8
    format.
    marc committed Aug 23, 2018
    Copy the full SHA
    768d0dc View commit details
    Browse the repository at this point in the history