Change SSL certificate and chain location example
This commit is contained in:
parent
d3658b9fe6
commit
ae12414eed
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue