diff options
Diffstat (limited to 'etc/httpd/_listen443.conf')
| -rw-r--r-- | etc/httpd/_listen443.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/httpd/_listen443.conf b/etc/httpd/_listen443.conf new file mode 100644 index 0000000..92f270e --- /dev/null +++ b/etc/httpd/_listen443.conf @@ -0,0 +1,8 @@ +listen on * tls port 443 + +tls { + certificate "/etc/ssl/maddaat.org.fullchain.pem" + key "/etc/ssl/private/maddaat.org.key" +} + +hsts preload |
