config: add ssl_enabled=True. fas auth would simply not work without ssl

This commit is contained in:
Lubos Kocman
2016-07-15 15:05:10 +02:00
parent 70ca8ee885
commit 490da57176

View File

@@ -22,6 +22,7 @@ rpms_allow_repository = False
rpms_default_cache = http://pkgs.fedoraproject.org/repo/pkgs/
rpms_allow_cache = False
ssl_enabled = True
ssl_certificate_file = server.crt
ssl_certificate_key_file = server.key
ssl_ca_certificate_file = cacert.pem