9#ifndef SQUID_SRC_SECURITY_KEYDATA_H
10#define SQUID_SRC_SECURITY_KEYDATA_H
33 Security::PrivateKeyPointer
pkey;
TLS certificate and private key details from squid.conf.
Security::PrivateKeyPointer pkey
private key from privateKeyFile
SBuf certFile
path of file containing PEM format X.509 certificate
void loadFromFiles(const AnyP::PortCfg &, const char *portType)
load the contents of certFile and privateKeyFile into memory cert, pkey and chain
SBuf privateKeyFile
path of file containing private key in PEM format
Security::CertPointer cert
public X.509 certificate from certFile
Security::CertList chain
any certificates which must be chained from cert
bool loadX509PrivateKeyFromFile()
Network/connection security abstraction layer.
std::list< Security::CertPointer > CertList