Skip to content

Commit

Permalink
fix formatting of SUBJECT as it is a variable (#18530)
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r authored Jan 18, 2024
1 parent 0546d9d commit 6f040bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To establish a secure connection with Compass and generate the client certificat

3. Generate a key and a Certificate Signing Request (CSR).

Generate a CSR with the following command. `SUBJECT` is the certificate subject data returned with the CSR information as `subject`.
Generate a CSR with the following command. **{SUBJECT}** is the certificate subject data returned with the CSR information as `subject`.

```bash
export KEY_LENGTH=4096
Expand Down

0 comments on commit 6f040bb

Please sign in to comment.