h3artbl33d.nl

httpd(8) configuration example

server "h3artbl33d.nl"
    listen on * tls port 443
    hsts {
        preload 
        subdomains
    }
    alias "www.h3artbl33d.nl"
    root "/htdocs/h3artbl33d.nl"
    tls {
        certificate "/etc/ssl/h3artbl33d.nl.fullchain.pem"
        key "/etc/ssl/private/h3artbl33d.nl.key"
        ocsp "/etc/ssl/private/h3artbl33d.nl.ocsp"
        ciphers "ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA"
        dhe "auto"
        ecdhe "P-384"
    }

    location "/.well-known/acme-challenge/*" {
        root { "/acme" }
        request strip 2
    }
}

server "h3artbl33d.nl" {
    listen on * port 80
    alias "www.h3artbl33d.nl"
    block return 301 "https://h3artbleed.nl$REQUEST_URI"
}

© 2019 h3artbl33d