Make key password configurable

This commit is contained in:
badaix 2024-05-11 12:37:21 +02:00
parent 8141e72f07
commit c2528623cd
5 changed files with 41 additions and 19 deletions

View file

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