howto/IPsecWithPublicKeys.md
... ...
@@ -36,9 +36,9 @@ https://github.com/ryanriske/pubkey-converter
36 36
| Implementation | Key format |
37 37
| :----------------------- | --------------: |
38 38
| [Cisco IOS][a] | Hexadecimal DER |
39
-| IPsec-Tools | Base64 RFC 3110 |
40
-| [Mikrotik RouterOS][c] | PEM |
39
+| [Mikrotik RouterOS][b] | PEM |
41 40
| OpenBSD | PEM |
41
+| Racoon | 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 |