following this guide ttps://blog.dantup.com/2016/03/installing-lighttpd-php7-and-letsencrypt-on-raspberry-pi-raspbian-jessie-lite/
so i am stuck here
when i type the first tee command
i get’ >’ console
do i need to type all below into by config file or at console ?
tee /etc/lighttpd/conf-enabled/letsencrypt.conf > /dev/null <<EOF
$SERVER[“socket”] == “:443” {
ssl.engine = “enable”
ssl.pemfile = “/etc/letsencrypt/live/pi.dantup.com/combined.pem”
ssl.ca-file = “/etc/letsencrypt/live/pi.dantup.com/fullchain.pem”
ssl.cipher-list = “ECDHE-RSA-AES256-SHA384:AES256-SHA256:HIGH:!MD5:!aNULL:!EDH:!AESGCM”
ssl.honor-cipher-order = “enable”
ssl.use-sslv2 = “disable”
ssl.use-sslv3 = “disable”
}
EOF
/etc/init.d/lighttpd force-reload