Skip to content

Commit

Permalink
fix(docs): local https - fix brand names (#24315)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha authored May 21, 2020
1 parent 692f83d commit 596ca46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/local-https.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ info setting up SSL certificate (may require elevated permissions/sudo)
Password:
```

On windows, the prompt will differ:
On Windows, the prompt will differ:

```text
A password is required to access the secure certificate authority key
Expand All @@ -49,7 +49,7 @@ To install `certutil`, you need to install the `nss tools` package(s). The exact

#### Linux

On a linux OS, you should be able to run one of the following, depending on your Linux distro:
On a Linux OS, you should be able to run one of the following, depending on your Linux distro:

```shell
# Debian based (Ubuntu)
Expand All @@ -62,7 +62,7 @@ sudo yum install nss-tools
sudo zypper install mozilla-nss-tools
```

#### MacOS
#### macOS

Run the following command:

Expand Down

0 comments on commit 596ca46

Please sign in to comment.