NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bozohttpd : how to enable TLS



Mayuresh <mayuresh%acm.org@localhost> writes:

> The man page of bozohttpd in the base (NetBSD 8.0) says TLS 1.1 and 1.2 is
> supported.
>
> But I couldn't find much documentation about how to enable it.
>
> Are there any tutorials on how to use TLS with bozohttpd?
>
> Mayuresh

In my inetd.conf I invoke it like this:

https ....  httpd -Z /usr/pkg/etc/httpd/server.crt /usr/pkg/etc/httpd/server.key /var/www


man httpd


     -Z certificate_path privatekey_path
                Sets the path to the server certificate file and the private
                key file in pem format.  It also causes bozohttpd to start SSL
                mode.


Use -z to set ciphers


-- 
Brad Spencer - brad%anduin.eldar.org@localhost - KC8VKS - http://anduin.eldar.org


Home | Main Index | Thread Index | Old Index