Skip to content

Commit

Permalink
Update lang in openssl command
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosousa committed Jan 3, 2025
1 parent 196ee58 commit e7acbd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ By default, mTLS uses Client Certificates issued by a Cloudflare Managed CA. Clo

To generate and use your own CSR, you can run a command like the following:

```txt
```sh
openssl req -new -newkey rsa:2048 -nodes -keyout client1.key -out client1.csr -subj '/C=GB/ST=London/L=London/O=Organization/CN=CommonName'
```

Expand Down

0 comments on commit e7acbd9

Please sign in to comment.