>
> This requires the original file path to have already been loaded? Or just
> the certificate? What happens if the cert wasn't already loaded - that
> returns an error?
>
>
After discussion, TSSslClientCertUpdate should take two arguments instead
of just one since client contexts are stored in a map with keys comprising
of both cert and key.
TSReturnCode TSSslClientCertUpdate(const char *cert_path, const char
*key_path)
Zeyuan Yu 于2019年2月21日周四 下午1:13写道:
> TSReturnC
TSReturnCode TSSslClientCertUpdate(const char *path);
TSReturnCode TSSslServerCertUpdate(const char *path);
Currently, changes to certificates(server and client) in the Traffic Server
has to be done via a configuration reload. We have seen requests for a cert
hot reload feature and the APIs propos