Prefix
All previous squid caching server series talk about SSL bumping, and include steps on creating a self-signed certificate. I.e., ...
For further actions, you may consider blocking this person and/or reporting abuse
Or you can just use mkcert github.com/FiloSottile/mkcert
I use it like this on windows
mkcert.exe "*.dev.local" localhost 127.0.0.1Cool! Thanks a lot for that!!!
Good one! I am now wondering, can makecert.exe do all of this?
"makecert.exe"? Oh, I didn't know it. I assume it is windows based, right?
yes. A part of windows SDK.