feat(landerctl): allow configuring CA bundle file
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
This commit is contained in:
parent
46b404acac
commit
5dc9b99a0a
3 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
typedef struct landerctl_cfg {
|
||||
const char *api_key;
|
||||
const char *server_url;
|
||||
const char *ca_certs_bundle;
|
||||
} landerctl_cfg;
|
||||
|
||||
typedef enum landerctl_cfg_err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue