mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 02:11:47 +02:00
Rename "private_key" to "certificate_key"
This commit is contained in:
parent
aecf64fc03
commit
d5d4cb9e63
6 changed files with 9 additions and 10 deletions
|
@ -42,7 +42,7 @@ struct ServerSettings
|
|||
struct Ssl
|
||||
{
|
||||
std::string certificate{""};
|
||||
std::string private_key{""};
|
||||
std::string certificate_key{""};
|
||||
std::string key_password{""};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue