Rename "private_key" to "certificate_key"

This commit is contained in:
badaix 2024-12-26 22:58:41 +01:00
parent aecf64fc03
commit d5d4cb9e63
6 changed files with 9 additions and 10 deletions

View file

@ -42,7 +42,7 @@ struct ServerSettings
struct Ssl
{
std::string certificate{""};
std::string private_key{""};
std::string certificate_key{""};
std::string key_password{""};
};