mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
23 lines
663 B
YAML
23 lines
663 B
YAML
nginx:
|
|
config:
|
|
replace_cert:
|
|
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: 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: 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
|