Rename ca_cert option to ca_path (#744)

* Rename ca_cert option to ca_path.

* Two more.
This commit is contained in:
Felix Fontein
2024-01-06 17:03:39 +01:00
committed by GitHub
parent 5f9f78ede6
commit 4a5293503e
9 changed files with 32 additions and 22 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ tls: true
plugin: community.docker.docker_containers
docker_host: tcp://my-docker-host:2376
validate_certs: true
ca_cert: /somewhere/ca.pem
ca_path: /somewhere/ca.pem
client_key: /somewhere/key.pem
client_cert: /somewhere/cert.pem