apache: Use only TLS1.3 where available

This commit is contained in:
Timo Makinen 2021-09-03 14:56:15 +00:00
parent baf0b53d97
commit e571d171da
2 changed files with 7 additions and 3 deletions

View file

@ -50,8 +50,8 @@
- "/etc/httpd/conf.local.d"
- name: create ssl config
copy:
src: ssl.conf
template:
src: ssl.conf.j2
dest: /etc/httpd/conf.local.d/ssl.conf
mode: 0644
owner: root