Skip to content

Commit

Permalink
Merge branch 'add-ssl-docs' into develop
Browse files Browse the repository at this point in the history
* add-ssl-docs:
  Add note about using SSL by default
  • Loading branch information
jamesls committed Aug 12, 2014
2 parents fdc67c6 + ddb972a commit a66245c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli/data/cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"no-verify-ssl": {
"action": "store_false",
"dest": "verify_ssl",
"help": "<p>Override default behavior of verifying SSL certificates.</p>"
"help": "<p>By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.</p>"
},
"no-paginate": {
"action": "store_false",
Expand Down

0 comments on commit a66245c

Please sign in to comment.