howto/IPsecWithPublicKeys.md
... ...
@@ -37,14 +37,16 @@ https://github.com/ryanriske/pubkey-converter
37 37
| :----------------------- | --------------: |
38 38
| [Cisco IOS][a] | Hexadecimal DER |
39 39
| [Mikrotik RouterOS][b] | PEM |
40
-| OpenBSD | PEM |
41
-| Racoon | Base64 RFC 3110 |
40
+| [OpenBSD][c] | PEM |
41
+| [Racoon][d] | Base64 RFC 3110 |
42 42
| [strongSwan < 5.0.0][e] | Base64 RFC 3110 |
43 43
| [strongSwan >= 5.0.0][f] | PEM |
44 44
| [VyOS/EdgeOS][g] | Base64 RFC 3110 |
45 45
46 46
[a]: /howto/IPsecWithPublicKeys/CiscoIOSExample
47 47
[b]: /howto/IPsecWithPublicKeys/RouterOSExample
48
+[c]: /howto/IPsecWithPublicKeys/OpenBSDExample
49
+[d]: /howto/IPsecWithPublicKeys/RacoonExample
48 50
[e]: /howto/IPsecWithPublicKeys/strongSwan4Example
49 51
[f]: /howto/IPsecWithPublicKeys/strongSwan5Example
50 52
[g]: /howto/IPsecWithPublicKeys/VyOSExample