Skip to content

Commit

Permalink
fix(jans-linux-setup): sql key regeneration (#7004)
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
  • Loading branch information
devrimyatar and moabu committed Dec 30, 2023
1 parent 6849d48 commit 22248df
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 @@ -353,6 +353,7 @@ def obtain_data_sql(self):

ox_auth_conf_dynamic = json.loads(result[self.conf_dyn])
self.key_store_secret = ox_auth_conf_dynamic[self.conf_keystore_secret]
self.keystore_fn = ox_auth_conf_dynamic['keyStoreFile']
self.get_sig_enc_algs(json.loads(result[self.conf_web_keys]))
self.revision = int(result[self.conf_rev])

Expand Down

0 comments on commit 22248df

Please sign in to comment.