95a3819f80301b4e949a7a0178c983ec7721706d
howto/IPsec-with-PublicKeys.md
... | ... | @@ -36,12 +36,12 @@ https://dn42.us/git/user/ryan/pubkey-converter/plain/pubkey-converter.pl |
36 | 36 | ### How-To examples |
37 | 37 | | Implementation | Key format | |
38 | 38 | | :----------------------- | --------------: | |
39 | +| [strongSwan >= 5.0.0][f] | PEM | |
|
39 | 40 | | [Cisco IOS][a] | Hexadecimal DER | |
40 | 41 | | [Mikrotik RouterOS][b] | PEM | |
41 | 42 | | [OpenBSD][c] | PEM | |
42 | 43 | | [Racoon][d] | Base64 RFC 3110 | |
43 | 44 | | [strongSwan < 5.0.0][e] | Base64 RFC 3110 | |
44 | -| [strongSwan >= 5.0.0][f] | PEM | |
|
45 | 45 | | [VyOS/EdgeOS][g] | Base64 RFC 3110 | |
46 | 46 | |
47 | 47 | [a]: /howto/IPsecWithPublicKeys/CiscoIOSExample |