Skip to content

Commit 5cdde5d

Browse files
Update src/content/docs/learning-paths/mtls/mtls-app-security/index.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent a120fcf commit 5cdde5d

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
@@ -28,7 +28,7 @@ To generate and use your own CSR, you can run a command like the following:
2828
openssl req -new -newkey rsa:2048 -nodes -keyout client1.key -out client1.csr -subj '/C=GB/ST=London/L=London/O=Organization/CN=CommonName'
2929
```
3030

31-
Or use a script like this one from [Github](https://github.com/erfianugrah/rootcatest/blob/main/fullgenerator.py).
31+
Or use a script like this one from [GitHub](https://github.com/erfianugrah/rootcatest/blob/main/fullgenerator.py).
3232

3333
## 2. Install the client certificate
3434

0 commit comments

Comments
 (0)