Skip to content

Commit

Permalink
fix: jans-linux-setup key_ops_type for key regeneration tool (ref: #3881
Browse files Browse the repository at this point in the history
) (#3882)
  • Loading branch information
devrimyatar authored Feb 20, 2023
1 parent a432243 commit 51c0750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jans-linux-setup/tools/key_regeneration.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ def generate_keys(self):
print("Generating keys")
args = [self.java_cmd, '-Dlog4j.defaultInitOverride=true',
'-cp', self.client_jar_fn, self.key_gen_path,
'-key_ops_type', 'ALL',
'-keystore', self.keystore_fn,
'-keypasswd', self.key_store_secret,
'-sig_keys', ' '.join(self.sig_enc['sig']),
Expand Down

0 comments on commit 51c0750

Please sign in to comment.