From 34a985f3b9588f11931bd8f0db9e748e5564ac8d Mon Sep 17 00:00:00 2001 From: RyotaK <49341894+Ry0taK@users.noreply.github.com> Date: Sat, 19 Jun 2021 12:38:52 +0900 Subject: [PATCH] Fix typo in sslcert.md (#1162) --- docs/checks/sslcert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/checks/sslcert.md b/docs/checks/sslcert.md index dd508d8a3..88d4ce272 100644 --- a/docs/checks/sslcert.md +++ b/docs/checks/sslcert.md @@ -44,7 +44,7 @@ To let the runner trusts your CA certificate, you will need to: 2. Ubuntu: http://manpages.ubuntu.com/manpages/focal/man8/update-ca-certificates.8.html 3. Google search: "trust ca certificate on [linux distribution]" 4. If all approaches failed, set environment variable `SSL_CERT_FILE` to the CA bundle `.pem` file we get. - > To verity cert gets installed properly on Linux, you can try use `curl -v https://sitewithsslissue.com` and `pwsh -Command \"Invoke-WebRequest -Uri https://sitewithsslissue.com\"` + > To verify cert gets installed properly on Linux, you can try use `curl -v https://sitewithsslissue.com` and `pwsh -Command \"Invoke-WebRequest -Uri https://sitewithsslissue.com\"` ### Trust CA certificate for Git CLI