howto/IPsec-with-PublicKeys.md
... ...
@@ -29,11 +29,11 @@ Keep in mind that certificates are just public keys wrapped with some extra meta
29 29
30 30
## Ok fine, how do I public key?
31 31
### Conversion tool
32
-Different implementations use different formats to represent public keys, and it's necessary to be able to convert between them. Here is a script for that purpose:
33
-
34
-<https://raw.githubusercontent.com/zeroae/pubkey-converter/master/pubkey-converter.pl>
32
+Different implementations use different formats to represent public keys, and it's necessary to be able to convert between them.
33
+A script for that purpose can be found in this git repository: [https://github.com/zeroae/pubkey-converter](github.com/zeroae/pubkey-converter) (it can also be [downloaded directly here](https://raw.githubusercontent.com/zeroae/pubkey-converter/master/pubkey-converter.pl)).
35 34
36 35
### How-To examples
36
+
37 37
| Implementation | Key format |
38 38
| :----------------------- | --------------: |
39 39
| [strongSwan >= 5.0.0][f] | PEM |