howto/IPsec-with-PublicKeys.md
... ...
@@ -30,7 +30,7 @@ Keep in mind that certificates are just public keys wrapped with some extra meta
30 30
## Ok fine, how do I public key?
31 31
### Conversion tool
32 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)).
33
+A script for that purpose can be found in this git repository: [github.com/zeroae/pubkey-converter](https://github.com/zeroae/pubkey-converter) (it can also be [downloaded directly here](https://raw.githubusercontent.com/zeroae/pubkey-converter/master/pubkey-converter.pl)).
34 34
35 35
### How-To examples
36 36