-
Notifications
You must be signed in to change notification settings - Fork 11
Importing Exporting Keys
jbtule edited this page Jan 5, 2013
·
2 revisions
Keyczar can import existing RSA and DSA keys from PEM and DER formats into a key set. And can export into a PEM file.
To import with the KeyczarTool
:> KeyczarTool.exe importkey --location=path_to_private_key_set --importlocation=path_to_import_file
To export with the KeyczarTool.exe
:> KeyczarTool.exe export --location=path_to_private_key_set --destination=path_to_export_file