summaryrefslogtreecommitdiff
path: root/roles/apps/whawty/auth/instance/templates/web.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apps/whawty/auth/instance/templates/web.yml.j2')
-rw-r--r--roles/apps/whawty/auth/instance/templates/web.yml.j213
1 files changed, 3 insertions, 10 deletions
diff --git a/roles/apps/whawty/auth/instance/templates/web.yml.j2 b/roles/apps/whawty/auth/instance/templates/web.yml.j2
index 705e056d..d7f35f2e 100644
--- a/roles/apps/whawty/auth/instance/templates/web.yml.j2
+++ b/roles/apps/whawty/auth/instance/templates/web.yml.j2
@@ -1,13 +1,6 @@
---
tls:
- certificate: /config/tls/cert.pem
- certificate-key: /config/tls/key.pem
- min-protocol-version: "TLSv1.2"
- ciphers:
- - ECDHE_RSA_WITH_AES_128_GCM_SHA256
- - ECDHE_RSA_WITH_AES_256_GCM_SHA384
- - ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
- - TLS_AES_128_GCM_SHA256
- - TLS_AES_256_GCM_SHA384
- - TLS_CHACHA20_POLY1305_SHA256
+ certificate: /tls/publish-crt.pem
+ certificate-key: /tls/publish-key.pem
+ min-protocol-version: "TLSv1.3"
prefer-server-ciphers: true