Please help me export the packet bytes of a tls certificate
I cant post a picture here because of my low points. But im doing a wifi lab and now im trying to export the packet bytes when i right click on a certificate. It wont show that option, but it should be there. Anyone has any idea how this can be?
Thank you so much!
Works perfectly for me, using 4.4.0 on Windows 10. Select the "Certificate" item in the packet details list and right-click and select "Export Packet Bytes..." and in the save dialog append a ".cer" suffix.
Using
certutil -dump <path-to-file.cer>
shows the certificate details.