Logo

github Download
acra-keys

acra-keys #

acra-keys is a command-line utility used for different keys operations for v1/v2 keystores.

Each functionality is implemented as a separate subcommand:

  • list - lists available keys in the keystore;

  • generate - generates new keys;

  • read - reads and prints key material in a plaintext;

  • export - exports keys from the keystore (v1 keystore is supported since 0.95.0 ,v2 keystore is supported since 0.90.0);

  • import - imports keys into the keystore (v1 keystore is supported since 0.95.0 ,v2 keystore is supported since 0.90.0);

  • migrate - migrates keystore to a different format;

  • destroy - destroys key material;

  • extract-client-id - extracts ClientID from TLS certificate.