diff --git a/docs/docs/getting-started/install.md b/docs/docs/getting-started/install.md index 2e2f5f4538..43aeb46d32 100644 --- a/docs/docs/getting-started/install.md +++ b/docs/docs/getting-started/install.md @@ -3,7 +3,7 @@ Download the Contrast CLI from the latest release: ```bash -curl -fLo contrast https://github.com/edgelesssys/contrast/releases/latest/download/contrast +curl --proto '=https' --tlsv1.2 -fLo contrast https://github.com/edgelesssys/contrast/releases/latest/download/contrast ``` After that, install the Contrast CLI in your PATH, e.g.: