I have done a tcpdump from the Sophos UTM (UTM is SSL intercepting all SSL traffic at the moment). I would like to analyze the traffic from one particular client so I have done a tcpdump for that IP only. I have not been able to find the private key on the UTM though that will allow me to decrypt the SSL traffic in Wireshark. Someone suggested running this command as root.
cc get_objects_filtered '$_->{type} eq "signing_ca"'
This didn't seem to do anything. Anyone know how to export the default private key?