initial quick OCD pass

This commit is contained in:
doug
2022-09-23 16:29:55 -04:00
parent e3f4a58989
commit fee5a7bea9
11 changed files with 96 additions and 88 deletions

View File

@@ -1,22 +1,22 @@
nginx:
config:
replace_cert:
description: Replace the Security Onion Certificate with your own?
description: Enable this if you would like to replace the Security Onion Certificate with your own.
global: True
advanced: True
title: Replace Default Cert
helpLink: nginx.html
ssl__key:
description: Paste your .key file here
description: If you enabled the replace_cert option, paste your .key file here.
file: True
title: SSL Key File
advanced: True
global: True
helpLink: nginx.html
ssl__crt:
description: Paste your .crt file here
description: If you enabled the replace_cert option, paste your .crt file here.
file: True
title: SSL Cert File
advanced: True
global: True
helpLink: nginx.html
helpLink: nginx.html