Home
last modified time | relevance | path

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

/openbmc/bmcweb/scripts/
H A Dgenerate_auth_certificates.py233 clientKey, clientCert = generateCert(
237 clientKeyDump = crypto.dump_privatekey(crypto.FILETYPE_PEM, clientKey)
306 if clientKey:
307 pkcs12Cert.set_privatekey(clientKey)
/openbmc/bmcweb/http/
H A Dhttp_client.hpp894 std::string clientKey = std::format("{}://{}", destUrl.scheme(), in sendDataWithCallback() local
896 auto pool = connectionPools.try_emplace(clientKey); in sendDataWithCallback()
900 ioc, clientKey, connPolicy, destUrl); in sendDataWithCallback()