Add ssl_certs_file arg and config for custom ca bundles
This commit is contained in:
parent
9986a4cebf
commit
fbbe9af343
10 changed files with 85 additions and 3 deletions
|
@ -13,6 +13,7 @@ include_only_with_project_file = false
|
|||
offline = false
|
||||
proxy = https://user:pass@localhost:8080
|
||||
no_ssl_verify = false
|
||||
ssl_certs_file =
|
||||
timeout = abc
|
||||
api_url = https://localhost:0/api/v1/heartbeats
|
||||
hostname = fromcfgfile
|
||||
|
|
18
tests/samples/configs/ssl_custom_certfile.cfg
Normal file
18
tests/samples/configs/ssl_custom_certfile.cfg
Normal file
|
@ -0,0 +1,18 @@
|
|||
[settings]
|
||||
verbose = true
|
||||
api_key = d491a956-c8f2-44a9-98a7-987814bd71ba
|
||||
log_file = /tmp/waka
|
||||
hide_filenames = true
|
||||
exclude =
|
||||
^COMMIT_EDITMSG$
|
||||
^TAG_EDITMSG$
|
||||
^/var/
|
||||
^/etc/
|
||||
include =
|
||||
.*
|
||||
offline = false
|
||||
proxy = https://user:pass@localhost:8080
|
||||
ssl_certs_file = /fake/ca/certs/bundle.pem
|
||||
timeout = abc
|
||||
api_url = https://localhost:0/api/v1/heartbeats
|
||||
hostname = fromcfgfile
|
|
@ -13,6 +13,7 @@ include =
|
|||
offline = false
|
||||
proxy = https://user:pass@localhost:8080
|
||||
no_ssl_verify = true
|
||||
ssl_certs_file =
|
||||
timeout = abc
|
||||
api_url = https://localhost:0/api/v1/heartbeats
|
||||
hostname = fromcfgfile
|
Loading…
Add table
Add a link
Reference in a new issue