droe / sslsplit

Transparent SSL/TLS interception
https://www.roe.ch/SSLsplit
BSD 2-Clause "Simplified" License
1.73k stars 327 forks source link

Default leaf certificate option and option name cleanup #254

Closed droe closed 4 years ago

droe commented 4 years ago

As per #139, add -A command line option and DefaultLeafCert config file option to use a default leaf certificate in lieu of generating one on the fly. If -t is also used and a certificate matches the connection, -t takes precedence.

To add some clarity and consistency to our options, renamed some config file options:

The old options are still recognized for backwards compatibility.