hashicorp/memberlist

support crypto.Signer to sign

vtolstov opened this issue · 2 comments

i'm use in my app mtls and so i have ECDSA certificates, does it possible to add support https://golang.org/pkg/crypto/#Signer to be able to sign packets with my private key?

I know basically next to nothing about this library, sorry.