custom crt and key for nginx

This commit is contained in:
m0duspwnens
2023-06-28 10:28:50 -04:00
parent 77e6ee3c36
commit 12cce111db
6 changed files with 86 additions and 45 deletions

View File

@@ -3,7 +3,7 @@ nginx:
description: You can enable or disable Nginx.
advanced: True
helpLink: nginx.html
config:
ssl:
replace_cert:
description: Enable this if you would like to replace the Security Onion Certificate with your own.
global: True
@@ -11,19 +11,20 @@ nginx:
title: Replace Default Cert
helpLink: nginx.html
ssl__key:
description: If you enabled the replace_cert option, paste your .key file here.
description: If you enabled the replace_cert option, paste the contents of your .key file here.
file: True
title: SSL Key File
title: SSL/TLS Key File
advanced: True
global: True
helpLink: nginx.html
ssl__crt:
description: If you enabled the replace_cert option, paste your .crt file here.
description: If you enabled the replace_cert option, paste the contents of your .crt file here.
file: True
title: SSL Cert File
title: SSL/TLS Cert File
advanced: True
global: True
helpLink: nginx.html
config:
throttle_login_burst:
description: Number of login requests that can burst without triggering request throttling. Higher values allow more repeated login attempts. Values greater than zero are required in order to provide a usable login flow.
global: True