| 100 | |
| 101 | |
| 102 | void CertificateReloader::tryLoad(const Poco::Util::AbstractConfiguration & config) |
| 103 | { |
| 104 | tryLoad(config, nullptr, Poco::Net::SSLManager::CFG_SERVER_PREFIX); |
| 105 | } |
| 106 | |
| 107 | |
| 108 | void CertificateReloader::tryLoadClient(const Poco::Util::AbstractConfiguration & config) |
no outgoing calls
no test coverage detected