Updated key management to create a new private key file if no existing one is found.
This commit is contained in:
@@ -150,7 +150,7 @@ proc startServer*() =
|
||||
# Initialize framework
|
||||
try:
|
||||
cq = initConquest()
|
||||
|
||||
|
||||
except CatchableError as err:
|
||||
echo err.msg
|
||||
quit(0)
|
||||
|
||||
Reference in New Issue
Block a user