Skip to content
Snippets Groups Projects
Commit 67a49e42 authored by Lars Beckers's avatar Lars Beckers
Browse files

webserver: add cipher configuration for bullseye

parent 59e2d2a2
No related branches found
No related tags found
1 merge request!14Bullseye Compatibility
Pipeline #2902 passed
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
---
# yamllint disable rule:line-length
protocols:
modern: 'TLSv1.3'
intermediate: 'TLSv1.2 TLSv1.3'
ciphers:
modern: null
intermediate: 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384'
prefer_server_ciphers:
modern: false
intermediate: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment