TSSslClientCertUpdate - traffic Server TLS client cert update
Contents
Copyright
2025, dev@trafficserver.apache.org
9.2 May 22, 2025 TSSSLCLIENTCERTUPDATE(3ts)
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.
Name
TSSslClientCertUpdate - traffic Server TLS client cert update
Synopsis
#include <ts/ts.h>
TSReturnCodeTSSslClientCertUpdate(constchar*cert_path,constchar*key_path)