mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
19 lines
466 B
YAML
19 lines
466 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
|
|
global: True
|
|
ssl__crt:
|
|
description: Paste your .crt file here
|
|
file: True
|
|
title: SSL Cert File
|
|
advanced: True
|
|
global: True |