allow the user to specify a CA bundle when running bridgecrew (#1099)
-
replace the 'http' global variable with a 'self.http' instance variable
-
allow the user to specify a CA bundle when running bridgecrew
via --ca-certificate command-line argument or BC_CA_BUNDLE environment variable
- call setup_http_manager after add_parser_args