Skip to content

Commit

Permalink
Fix SSL configuration example in docs
Browse files Browse the repository at this point in the history
Relates #610
  • Loading branch information
VladMasarik authored and danielmitterdorfer committed Jan 11, 2019
1 parent 0b8c690 commit b6ee964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/command_line_reference.rst
Expand Up @@ -454,7 +454,7 @@ Client certificates can be presented regardless of the ``verify_certs`` setting,

* Enable SSL, verify server certificates using public CA: ``--client-options="use_ssl:true,verify_certs:true"``. Note that you don't need to set ``ca_cert`` (which defines the path to the root certificates). Rally does this automatically for you.
* Enable SSL, verify server certificates using private CA: ``--client-options="use_ssl:true,verify_certs:true,ca_certs:'/path/to/cacert.pem'"``
* Enable SSL, verify server certificates using private CA, present client certificates: ``--client-options="use_ssl:true,verify_certs:true,ca_certs:'/path/to/cacert.pem',client_cert:'/path/to/client_cert.pem',client_key='/path/to/client_key.pem'"``
* Enable SSL, verify server certificates using private CA, present client certificates: ``--client-options="use_ssl:true,verify_certs:true,ca_certs:'/path/to/cacert.pem',client_cert:'/path/to/client_cert.pem',client_key:'/path/to/client_key.pem'"``

``on-error``
~~~~~~~~~~~~
Expand Down

0 comments on commit b6ee964

Please sign in to comment.