TLS Support: localhost+1.p12

Hi, I am new here and have been poking around the grin codebase. I noticed a raw binary file that could be removed.

I noticed that this commit added localhost+1.p12 to the Grin reference implementation.

Cargo check and build both complete successfully after removing the file, and cargo run opens grin which seems to connect to the network.

Thanks for reporting this - good catch!

Tracked here in github issue for reference - https://github.com/mimblewimble/grin/issues/3188

Thanks. I went ahead and opened a PR. It’s my first one, but its an easy change :slight_smile:

2 Likes