I am trying to access a Rancher endpoint with a self signed certificate.
I tried the following insecure-skip-tls-verify: true lines, but none of them work. Does this tool offer an option to skip certificate verification?
kind: SwitchConfig
version: v1alpha1
kubeconfigStores:
- kind: rancher
id: rancher
insecure-skip-tls-verify: true
config:
rancherAPIAddress: https://XXXX
rancherToken: XXXX
insecure-skip-tls-verify: true
This is the only line in the source code I've found mentioning insecure-skip-tls-verify:
|
Insecure bool `yaml:"insecure-skip-tls-verify,omitempty"` |