Skip to content

Commit

Permalink
Add skip_cert_verify option
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarjog committed May 13, 2016
1 parent 19d0a8b commit 3adbbb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions awsdeploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ def set_if_empty(key, val):

set_if_empty('apps_domain', "apps." + outfile["domain"])
set_if_empty('system_domain', "system." + outfile["domain"])
set_if_empty('skip_cert_verify', False)

yamlout = open(outfilename, 'wt')\
if outfilename is not None \
Expand Down
2 changes: 1 addition & 1 deletion ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ products:
cert_pem: (( v.ssl_cert ))
private_key_pem: (( v.ssl_key ))
- identifier: skip_cert_verify
value: false
value: (( Opts_skip_cert_verify ))
- identifier: ssl_ciphers
- identifier: router
elb_names: (( Opts_stack-name ))-pcf-elb
Expand Down

0 comments on commit 3adbbb8

Please sign in to comment.