Files
securityonion/salt/nginx/soc_nginx.yaml
Mike Reeves cb2e46f275 NGINX fun
2022-09-19 16:11:49 -04:00

16 lines
394 B
YAML

nginx:
config:
replace_cert:
description: Replace the Security Onion Certigicate with your own?
global: True
advanced: True
ssl__key:
description: Paste your .key file here
file: True
title: SSL Key File
advanced: True
ssl__crt:
description: Paste your .crt file here
file: True
title: SSL Cert File
advanced: True