Skip to content

Commit

Permalink
doc: fixed minor typo in runbook-update-ca-certs.md (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarlokesh authored May 6, 2024
1 parent ec3e828 commit fd31f5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/runbook-update-ca-certs.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ const caRootPEM = `
`
```

replace the part represented by `..certs` above, with the whole content of the `cacerts.pem` which you downloaded.
5. Save the edited file and create a PR.
replace the part represented by `..certs` above, with the whole content of the `cacerts.pem` which you downloaded.

6. Save the edited file and create a PR.

#### Things to watch out for:
* Make sure you retain the enclosing opening and closing backticks around the actual CA cert bundle

0 comments on commit fd31f5f

Please sign in to comment.