Home
last modified time | relevance | path

Searched refs:generateSslCertificate (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/test/include/
H A Dssl_key_handler_test.cpp16 std::string cert = generateSslCertificate("TestCommonName"); in TEST()
/openbmc/bmcweb/include/
H A Dssl_key_handler.hpp32 std::string generateSslCertificate(const std::string& cn);
H A Dhostname_monitor.hpp124 std::string certData = ensuressl::generateSslCertificate(*hostname); in onPropertyUpdate()
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp270 std::string generateSslCertificate(const std::string& cn) in generateSslCertificate() function
424 cert = generateSslCertificate("testhost"); in ensureOpensslKeyPresentAndValid()