Re: [API Proposal] TSSslServerCertUpdate and TSSslClientCertUpdate
> > 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
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