diff options
author | 2019-01-08 18:35:27 +0000 | |
---|---|---|
committer | 2019-01-08 18:35:27 +0000 | |
commit | 8f2f19698a0c65ee90a4c49a8521aec13a2ad8bd (patch) | |
tree | 53df9497adbed5610609372c4a7720656efbe1bd /lib | |
parent | viocon: Remove obsolete handling of sc_intrhand (diff) | |
download | wireguard-openbsd-8f2f19698a0c65ee90a4c49a8521aec13a2ad8bd.tar.xz wireguard-openbsd-8f2f19698a0c65ee90a4c49a8521aec13a2ad8bd.zip |
Allow httpd(8) to start when TLS is configured but a cert is not yet
available.
Assuming a httpd.conf based on /etc/examples/httpd.conf, httpd(8)
will only listen on port 80 and serve the acme-challenge directory
for acme-client(1).
The workflow to get a certificate then becomes
acme-client -vAD example.com && rcctl reload httpd
Without the need to edit the httpd.conf yet again. Once the cert
is in place and httpd is reloaded it starts to serve on port 443.
Idea, tweaks & OK deraadt, OK benno
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions