Re: [API Proposal] TSSslServerCertUpdate and TSSslClientCertUpdate

2019-02-25 Thread Alan Carroll
> > 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? > >

Re: [API Proposal] TSSslServerCertUpdate and TSSslClientCertUpdate

2019-02-22 Thread Zeyuan Yu
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

[API Proposal] TSSslServerCertUpdate and TSSslClientCertUpdate

2019-02-21 Thread Zeyuan Yu
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