Change SSL certificate and chain location example

This commit is contained in:
John Berninger 2020-06-16 08:17:26 -04:00
parent d3658b9fe6
commit ae12414eed
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ $HTTP["url"] =~ "^/dump1090-fa/data/.*\.json$" {
#$HTTP["host"] == "piaware.example.com" {
# $SERVER["socket"] == ":8443" {
# ssl.engine = "enable"
# ssl.pemfile = "/root/ssl_certificate/combined.pem"
# ssl.ca-file = "/root/ssl_certificate/fullchain.cer"
# ssl.pemfile = "/etc/ssl/certs/combined.pem"
# ssl.ca-file = "/etc/ssl/certs/fullchain.cer"
# ssl.honor-cipher-order = "enable"
# ssl.cipher-list = "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"
# ssl.use-sslv2 = "disable"