Skip to content
Snippets Groups Projects
Commit 5922f5a7 authored by Adrien Béraud's avatar Adrien Béraud Committed by Guillaume Roguez
Browse files

ringdht: generate identity when saving account parameters

Refs #69038

Change-Id: Ife1cf26d426fefb46b65d4d3d0f34a3d4f727052
parent 7771a1cb
No related branches found
No related tags found
No related merge requests found
......@@ -420,6 +420,7 @@ RingAccount::checkIdentityPath()
tlsPrivateKeyFile_ = idPath + DIR_SEPARATOR_STR "dht.key";
tlsCertificateFile_ = idPath + DIR_SEPARATOR_STR "dht.crt";
tlsCaListFile_ = idPath + DIR_SEPARATOR_STR "ca.crt";
loadIdentity();
}
std::vector<uint8_t>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment