Manage certificates via clientnative.HAProxyClient, how?
If I understand correctly, clientnative.HAProxyClient is the interface that is used to manage HAProxy instance in this library.
I can see that, an operation like AddMapEntry is available via both *SingleRuntime.AddMapEntry and clientnative.HAProxyClient, link, hence a map entry can be added via clientnative.HAProxyClient.
How are we supposed to perform an operation like SetCertEntry from clientnative.HAProxyClient? link
Another observation is that runtimes is a private field, hence we can't directly access a SingleRuntime from clientnative.HAProxyClient. Is there a way that I overlooked? The end goal is to update certificates by using this library.
Related: https://github.com/haproxytech/client-native/commit/983614e3a784282a7a051cdb9e451d5eb610e5c1
this is now available in Client native.