You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`keygen` is used to populate a keystore with existing and new public keys.
48
-
Two options are supported:
48
+
The following options are supported:
49
49
50
50
-`-g privkey.der` to generate a new keypair, add the public key to the keystore and save the private key in a new file `privkey.der`
51
51
-`-i existing.der` to import an existing public key from `existing.der`
52
52
-`--der` save generated private key in DER format.
53
+
-`--exportpubkey` to export the public key (corresponding to the private key generated with `-g`) to a DER file. This option only has an effect if used in conjunction with the `-g` option.
54
+
-`--nolocalkeys` to generate a keystore entry with zeroized key material. This option is only useful on platforms that support using an external key by reference, such as wolfHSM. Only has an effect if used in conjunction with the `-g` option.
53
55
54
56
Arguments are not exclusive, and can be repeated more than once to populate a keystore with multiple keys.
0 commit comments