tls-key-file=<path>指定客户端密钥的路径 tls-ca-cert-file=<path>指定签发客户端证书的 CA 证书路径,它是可选的,如果不指定,客户端会使用系统默认的 CA 证书进行验证。 insecure-skip-verify=true可以用来跳过对服务端证书的验证 在URL 指定选项时,以?符号开头,使用&符号来分隔多个选项,例如:?tls-cert-file...
在执行juicefs format或juicefs mount命令时,可以在--bucket选项中以 URL 参数的形式设置一些特别的选项,比如https://myjuicefs.s3.us-east-2.amazonaws.com?tls-insecure-skip-verify=true中的tls-insecure-skip-verify=true即为跳过 HTTPS 请求的证书验证环节。 客户端证书也受支持,因为它们通常用于 mTLS 连接,例...
scrape_configs:-job_name:'juicefs'kubernetes_sd_configs:-api_server:<KubernetesAPIServer>role:podtls_config:ca_file:<...>cert_file:<...>key_file:<...>insecure_skip_verify:falserelabel_configs:... S3 网关 JuiceFS S3 网关默认会在http://localhost:9567/metrics这个地址提供监控指标,你也可以通过...
scrape_configs:-job_name:'juicefs'kubernetes_sd_configs:-api_server:<Kubernetes API Server>role:podtls_config:ca_file:<...>cert_file:<...>key_file:<...>insecure_skip_verify:falserelabel_configs:... S3 网关 JuiceFS S3 网关默认会在http://localhost:9567/metrics这个地址提供监控指标,你也可以...
scrape_configs: - job_name: 'juicefs' kubernetes_sd_configs: - api_server: <Kubernetes API Server> role: pod tls_config: ca_file: <...> cert_file: <...> key_file: <...> insecure_skip_verify: false relabel_configs: ... S3 网关 JuiceFS S3 网关默认会在 http://localhost:9567/met...
scrape_configs:-job_name:'juicefs'kubernetes_sd_configs:-api_server:<KubernetesAPIServer>role:podtls_config:ca_file:<...>cert_file:<...>key_file:<...>insecure_skip_verify:falserelabel_configs:... S3 网关 JuiceFS S3 网关默认会在http://localhost:9567/metrics这个地址提供监控指标,你也可以通过...
JuiceFS is a distributed POSIX file system built on top of Redis and S3. - juicefs/cmd/format.go at main · Git-Yang/juicefs
tls-key-file=<path>指定客户端密钥的路径 tls-ca-cert-file=<path>指定签发客户端证书的 CA 证书路径,它是可选的,如果不指定,客户端会使用系统默认的 CA 证书进行验证。 insecure-skip-verify=true可以用来跳过对服务端证书的验证 在URL 指定选项时,以?符号开头,使用&符号来分隔多个选项,例如:?tls-cert-file...
insecure-skip-verify=trueIt can skip verifying the server certificate. When specifying options in a URL, start with the?symbol and use the&symbol to separate multiple options, for example:?tls-cert-file=client.crt&tls-key-file=client.key. ...