Home
last modified time | relevance | path

Searched refs:trustStorePath (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/include/
H A Dssl_key_handler.hpp23 constexpr const char* trustStorePath = "/etc/ssl/certs/authority"; variable
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp501 BMCWEB_LOG_DEBUG("Using default TrustStore location: {}", trustStorePath); in getSslContext()
502 mSslContext.add_verify_path(trustStorePath); in getSslContext()