we are building a packet sniffer in go using gopacket, now the issue is for ssl traffic I am trying to decode the data, I have the key and certificate on the server but online i can find only partial answers, I am trying to use the x509 in the crypt package and the openssl package from spacemonkey, with not much success, any tutorial or suggestion I can look at ? I think i miss some bits on how to manipulate the private key and certificates
Thank you