|
@ -1,4 +1,4 @@ |
|
|
# $OpenBSD: httpd.conf,v 1.15 2016/09/17 15:04:15 tj Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: httpd.conf,v 1.16 2016/09/17 20:05:59 tj Exp $ |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# Macros |
|
|
# Macros |
|
@ -50,8 +50,8 @@ server "secure.example.com" { |
|
|
listen on 127.0.0.1 tls port 443 |
|
|
listen on 127.0.0.1 tls port 443 |
|
|
|
|
|
|
|
|
# TLS certificate and key files created with acme-client(1) |
|
|
# TLS certificate and key files created with acme-client(1) |
|
|
tls certificate /etc/ssl/acme/fullchain.pem |
|
|
|
|
|
tls key /etc/ssl/acme/private/privkey.pem |
|
|
|
|
|
|
|
|
tls certificate "/etc/ssl/acme/fullchain.pem" |
|
|
|
|
|
tls key "/etc/ssl/acme/private/privkey.pem" |
|
|
|
|
|
|
|
|
# Define server-specific log files relative to /logs |
|
|
# Define server-specific log files relative to /logs |
|
|
log { access "secure-access.log", error "secure-error.log" } |
|
|
log { access "secure-access.log", error "secure-error.log" } |
|
|