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

Updated openssl example command #1763

Merged

Commits on Apr 23, 2020

  1. docs: update openssl key conversion example command

    update openssl example command to reflect the filenames the user likely needs, and to be
    consistent with the naming requirements described in the previous sentence. add -nocrypt flag to
    the example command. this prevents driver from attempting to ask the user for a password for the
    resulting key file (even when the input key did not have a password).
    bvanderveen committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    dc59346 View commit details
    Browse the repository at this point in the history
  2. docs: add note explaining usage of sslpassword with respect to sslkey

    Explain that key passwords are provided using sslpassword. Move the mention of the `-nocrypt`
    flag to the note for use with password-less key files.
    bvanderveen committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    17d6cf7 View commit details
    Browse the repository at this point in the history