Skip to content

Commit e7acbd9

Browse files
committed
Update lang in openssl command
1 parent 196ee58 commit e7acbd9

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/learning-paths/mtls/mtls-app-security

1 file changed

+1
-1
lines changed

src/content/docs/learning-paths/mtls/mtls-app-security/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ By default, mTLS uses Client Certificates issued by a Cloudflare Managed CA. Clo
2727

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

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

0 commit comments

Comments
 (0)