Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A DTLSConnection.actor.cpp420 const char *defaultCertFileName = "fdb.pem"; variable
425 …cert_path = fileExists(defaultCertFileName) ? defaultCertFileName : joinPath(platform::getDefaultC… in get_policy()
432 ….key_path = fileExists(defaultCertFileName) ? defaultCertFileName : joinPath(platform::getDefaultC… in get_policy()