Skip to content

Commit fa418a8

Browse files
authored
Update README.md
1 parent 0d37fa6 commit fa418a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Configuration is defined in the `config.json`. Properties are explained below. F
7070

7171
### Generate a CA
7272

73-
You can generate a SSH CA with `ssh-keygen`. I suggest using ECDSA keys as they are smaller ( and (RSA sucks)[https://blog.trailofbits.com/2019/07/08/fuck-rsa] ) but this is not a requirement.
73+
You can generate a SSH CA with `ssh-keygen`. I suggest using ECDSA keys as they are smaller ( and [RSA sucks](https://blog.trailofbits.com/2019/07/08/fuck-rsa) ) but this is not a requirement.
7474

7575
```shell
7676
ssh-keygen -t ed25519 -f sentinel-ca -C sentinel-CA

0 commit comments

Comments
 (0)