From 78d3cfc6903e9e91f87ae69f7c040c5d72464246 Mon Sep 17 00:00:00 2001 From: borgessaulo Date: Fri, 10 Dec 2021 18:10:35 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adicionar a opção "-k" no curl para evitar o problema abaixo: curl: (60) SSL certificate problem: self signed certificate in certificate chain More details here: https://curl.haxx.se/docs/sslcerts.html Co-authored-by: wilian Signed-off-by: borgessaulo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68b179537..53f5537c8 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/master/deployments/sc ### **Windows** ```sh -curl "https://github.com/ZupIT/horusec/releases/latest/download/horusec_win_x64.exe" -o "./horusec.exe" -L && ./horusec.exe version +curl -k "https://github.com/ZupIT/horusec/releases/latest/download/horusec_win_x64.exe" -o "./horusec.exe" -L && ./horusec.exe version ``` - You can find all binaries with versions in our [**releases page**](https://github.com/ZupIT/horusec/releases).