From eb69b2ad34e4d9be1b489e53f3e61e4259f702ec Mon Sep 17 00:00:00 2001 From: Michael Kuzmin Date: Tue, 22 Nov 2016 13:18:09 +0100 Subject: [PATCH] provider/docker: authentication via values instead of files (#10151) * Docker authentication via values * Rename parameters to ca_material, cert_material, and key_material. Add environment variables. --- index.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html.markdown b/index.html.markdown index 1b92cb1b..f16a04f1 100644 --- a/index.html.markdown +++ b/index.html.markdown @@ -57,6 +57,9 @@ The following arguments are supported: for connecting to the Docker host via TLS. If this is blank, the `DOCKER_CERT_PATH` will also be checked. +* `ca_material`, `cert_material`, `key_material`, - (Optional) Content of `ca.pem`, `cert.pem`, and `key.pem` files + for TLS authentication. Cannot be used together with `cert_path`. + ~> **NOTE on Certificates and `docker-machine`:** As per [Docker Remote API documentation](https://docs.docker.com/engine/reference/api/docker_remote_api/), in any docker-machine environment, the Docker daemon uses an encrypted TCP