#3269: Poco::Net::Context initialization with empty certificateFile

This commit is contained in:
Günter Obiltschnig
2021-06-15 14:05:56 +02:00
parent e01fede825
commit 907e240ff2
2 changed files with 6 additions and 3 deletions

View File

@@ -137,6 +137,7 @@ public:
std::string certificateFile;
/// Path to the certificate file (in PEM format).
///
/// If the private key and the certificate are stored in the same file, this
/// can be empty if privateKeyFile is given.