-# $OpenBSD: httpd.conf,v 1.16 2016/09/17 20:05:59 tj Exp $
+# $OpenBSD: httpd.conf,v 1.17 2017/04/16 08:50:49 ajacoutot Exp $
#
# Macros
listen on 127.0.0.1 tls port 443
# 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/example.com.fullchain.pem"
+ tls key "/etc/ssl/private/example.com.key"
# Define server-specific log files relative to /logs
log { access "secure-access.log", error "secure-error.log" }
-# $OpenBSD: 4.4BSD.dist,v 1.294 2017/02/12 08:56:17 landry Exp $
+# $OpenBSD: 4.4BSD.dist,v 1.295 2017/04/16 08:50:49 ajacoutot Exp $
/set type=dir uname=root gname=wheel mode=0755
..
lib
..
- acme
- private uname=root mode=0700
- ..
- ..
..
..