Searched refs:trustStorePath (Results 1 – 2 of 2) sorted by relevance
23 constexpr const char* trustStorePath = "/etc/ssl/certs/authority"; variable
501 BMCWEB_LOG_DEBUG("Using default TrustStore location: {}", trustStorePath); in getSslContext()502 mSslContext.add_verify_path(trustStorePath); in getSslContext()