Skip to content

Commit

Permalink
prevent errors if directory already exists
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <[email protected]>
  • Loading branch information
reubenmiller committed Jul 12, 2024
1 parent e68965e commit ff6ca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/operate/security/cloud-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To add a self-signed certificate to the trusted certificate repository on %%te%%
Create a `/usr/local/share/ca-certificates/` directory if it does not exist on your computer:

```sh
sudo mkdir /usr/local/share/ca-certificates/
sudo mkdir -p /usr/local/share/ca-certificates/
```

The directory should be owned by `root:root` and have `755` permissions set for it. The certificates files should be `644`.
Expand Down

0 comments on commit ff6ca83

Please sign in to comment.