Files
securityonion/salt/nginx/soc_nginx.yaml
Mike Reeves fad0e0a145 NGINX fun
2022-09-19 16:14:37 -04:00

17 lines
428 B
YAML

nginx:
config:
replace_cert:
description: Replace the Security Onion Certificate with your own?
global: True
advanced: True
title: Replace Default Cert
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