howto/IPsecWithPublicKeys.md
... ...
@@ -41,9 +41,10 @@ https://github.com/ryanriske/pubkey-converter
41 41
| OpenBSD | PEM |
42 42
| strongSwan < 5.0.0 | PEM |
43 43
| strongSwan >= 5.0.0 | PEM |
44
-| Vyatta/VyOS/EdgeOS | Base64 RFC 3110 |
44
+| [VyOS/EdgeOS][g] | Base64 RFC 3110 |
45 45
46 46
[a]: /howto/IPsecWithPublicKeys/CiscoIOSExample
47
+[g]: /howto/IPsecWithPublicKeys/VyOSExample
47 48
48 49
### Notes
49 50
1. Best practice is to generate the private key on the router itself, and not transfer it to another machine. This part should be kept secret!