Skip to content

Commit

Permalink
Linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf authored and chalin committed Oct 31, 2023
1 parent 66a3fe8 commit fd81f8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/collector/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,8 @@ mTLS for mutual authentication. Follow these steps to generate self-signed
certificates as in this example. You might want to use your current cert
provisioning procedures to procure a certificate for production usage.
1. Install [cfssl](https://github.com/cloudflare/cfssl) and create the following
`csr.json` file:
Install [cfssl](https://github.com/cloudflare/cfssl) and create the following
`csr.json` file:

```json
{
Expand All @@ -741,7 +741,7 @@ provisioning procedures to procure a certificate for production usage.
}
```

2. Run the following commands:
Then run the following commands:

```bash
cfssl genkey -initca csr.json | cfssljson -bare ca
Expand Down

0 comments on commit fd81f8b

Please sign in to comment.