Updated key management to create a new private key file if no existing one is found.

This commit is contained in:
Jakob Friedl
2025-07-24 22:34:12 +02:00
parent 3e9178ec34
commit dcf6285a2a
5 changed files with 48 additions and 46 deletions

View File

@@ -150,7 +150,7 @@ proc startServer*() =
# Initialize framework
try:
cq = initConquest()
except CatchableError as err:
echo err.msg
quit(0)