I have set up two mikrotik systems, one as an SSTP server and the other as an SSTP client.
As per the Mikrotik documentation, i can run this without placing a certificate on the SSTP server. This works as expected
The data going between the two nodes is encrypted. This also works as expected.
Using wireshark, i can record the data going between the two nodes. I would like to display the unencrypted traffic in wireshark.
To accomplish this, i need to provide the private (RSA) key to wireshark. This is presumably stored someplace on the SSTP server system.
Since i have not provided a RSA key or certificate, where can i find this default private RSA encryption key?
thanks in advance.