Skip to content
Snippets Groups Projects
Commit 9c082659 authored by Mark Haines's avatar Mark Haines
Browse files

Fix auto generating signing_keys

parent 8f0997d1
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ class ServerConfig(Config):
with open(args.signing_key_path, "w") as signing_key_file:
syutil.crypto.signing_key.write_signing_keys(
signing_key_file,
(syutil.crypto.SigningKey.generate("auto"),),
(syutil.crypto.signing_key.generate_singing_key("auto"),),
)
else:
signing_keys = cls.read_file(args.signing_key_path, "signing_key")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment