http://l3tczdiiwoo63iwxty4lhs6p7eaxop5micbn7vbliydgv63x5zrrrfyd.onion/user-manual/howto.html
Configuring HTTPS inspection in
Privoxy First, you need to create the private key and certificate for the "Privoxy CA". This can be done using
openssl with the following command: openssl req -new -x509 -extensions v3_ca -keyout privoxy.pem -out privoxy.crt -days 3650 In this example, a CA validity of 10 years (3650 days) is defined.