28 lines
726 B
YAML
28 lines
726 B
YAML
common:
|
|
|
|
certificates:
|
|
country_name: "FR"
|
|
locality_name: "Vannes"
|
|
organization_name: "iTik"
|
|
email_address: "ca@itik.fr"
|
|
|
|
consul:
|
|
domain: "itik.fr"
|
|
datacenter: "lab"
|
|
|
|
sites:
|
|
- name: "test"
|
|
site: "test.lab"
|
|
paths:
|
|
- addrs:
|
|
- "http://www1"
|
|
- "http://www2"
|
|
- "http://www3"
|
|
custom_cert: true
|
|
custom_cert_file: "/etc/ssl/certs/test.lab.crt"
|
|
custom_key_file: "/etc/ssl/private/test.lab.key"
|
|
# exceptions:
|
|
# before_request:
|
|
# - 'SecRule REQUEST_URI "@beginsWith /?bin/sh" "id:1,nolog,ctl:ruleRemoveById=932160"'
|
|
# - 'SecRule REQUEST_URI "@beginsWith /?bin/sh" "id:2,nolog,ctl:ruleRemoveById=932250"'
|