mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-16 00:12:48 +00:00
finally! abolishing private key property
This commit is contained in:
parent
61666cb2e1
commit
b70ad74453
@ -213,6 +213,7 @@ def init_operators():
|
|||||||
phone_keys_to_keep_on_client = ['privkey','adminkey','pubkey_decr']
|
phone_keys_to_keep_on_client = ['privkey','adminkey','pubkey_decr']
|
||||||
|
|
||||||
phone_decr_keys = phone.forge_new_keys(
|
phone_decr_keys = phone.forge_new_keys(
|
||||||
|
name=TELEPHONE_NAME,
|
||||||
keys_to_save=phone_keys_to_keep_on_server, # on server only
|
keys_to_save=phone_keys_to_keep_on_server, # on server only
|
||||||
keys_to_return=phone_keys_to_keep_on_client # on clients only
|
keys_to_return=phone_keys_to_keep_on_client # on clients only
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user