# This file is managed by Ansible. Do not change.
SSLEngine on
SSLProtocol -all +TLSv1.2 +TLSv1.3
SSLCertificateFile {{ apache_ssl_cert }}
SSLCertificateKeyFile {{ apache_ssl_key }}
SSLOptions +StdEnvVars
SSLOptions +StdEnvVars
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet