Skip to content

Commit

Permalink
docs: remove duplicated comment
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Lazaro <[email protected]>
Signed-off-by: Alejandro Lazaro <[email protected]>
  • Loading branch information
virtualroot committed Mar 11, 2024
1 parent e423b68 commit 556226b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cmd/run-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We use `mkcert` to create a locally-trusted SSL certificate.

```sh
# Create and install CA in system trust store.
mkcert -install # Create and install CA in system trust store.
mkcert -install
# Create a new certificate valid for localhost
mkcert -cert-file cmd/run-server/localhost.pem -key-file cmd/run-server/localhost-key.pem localhost
```
Expand Down Expand Up @@ -72,5 +72,4 @@ module "consul" {
source = "localhost.:8443/hashicorp/consul/aws" # Keep the dot after localhost, it is not a typo
version = "0.11.0"
}

```

0 comments on commit 556226b

Please sign in to comment.