1
0
mirror of https://git.dn42.dev/wiki/wiki synced 2025-03-14 11:33:33 +00:00

Updated IPsecWithPublicKeys (markdown)

This commit is contained in:
dn42 wiki 2014-07-20 04:25:50 +02:00
parent 79a8ceff47
commit fc30b2f145

View File

@ -28,9 +28,9 @@ Keep in mind that certificates are just public keys wrapped with some extra meta
## Ok fine, how do I public key? ## Ok fine, how do I public key?
### Conversion tool ### Conversion tool
Different implementations use different formats to represent public keys, and it's necessary to be able to convert between them. Here is [a script][pubkey-converter] for that purpose. 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:
[pubkey-converter]: https://github.com/ryanriske/pubkey-converter "Public key conversion script" https://github.com/ryanriske/pubkey-converter
### How-To examples ### How-To examples
| Implementation | Key format | | Implementation | Key format |