Provided by: trafficserver-dev_9.2.0+ds-2_amd64
NAME
TSSslClientCertUpdate - traffic Server TLS client cert update
SYNOPSIS
#include <ts/ts.h> TSReturnCode TSSslClientCertUpdate(const char *cert_path, const char *key_path)
DESCRIPTION
TSSslClientCertUpdate() updates existing client certificates configured in sni.yaml or proxy.config.ssl.client.cert.filename. cert_path should be exact match as provided in configurations. TSSslClientCertUpdate() returns TS_SUCCESS only if cert_path exists in configuration and reloaded to update the context.
COPYRIGHT
2023, dev@trafficserver.apache.org