Adding new Let's Encrypt certificate issuer
This commit is contained in:
parent
57f874de7a
commit
379624f4fb
11
config.yaml
11
config.yaml
@ -1,12 +1,13 @@
|
|||||||
# ANALYSIS -
|
# ANALYSIS -
|
||||||
# All the things related to the analysis engine.
|
# All the things related to the analysis engine.
|
||||||
# Some configuration keys aren't accessible from the backend
|
# Some configuration keys aren't accessible from the backend
|
||||||
# but can be edited here...
|
# but can be edited here...
|
||||||
#
|
#
|
||||||
analysis:
|
analysis:
|
||||||
free_issuers:
|
free_issuers:
|
||||||
- CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
|
- CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
|
||||||
- CN=ZeroSSL RSA Domain Secure Site CA,O=ZeroSSL,C=AT
|
- CN=ZeroSSL RSA Domain Secure Site CA,O=ZeroSSL,C=AT
|
||||||
|
- CN=R3,O=Let's Encrypt,C=US
|
||||||
heuristics: true
|
heuristics: true
|
||||||
http_default_port: 80
|
http_default_port: 80
|
||||||
iocs: true
|
iocs: true
|
||||||
@ -25,8 +26,8 @@ analysis:
|
|||||||
whitelist: true
|
whitelist: true
|
||||||
|
|
||||||
# BACKEND -
|
# BACKEND -
|
||||||
# Backend login / password and the possibility to
|
# Backend login / password and the possibility to
|
||||||
# access to it from remote location.
|
# access to it from remote location.
|
||||||
#
|
#
|
||||||
backend:
|
backend:
|
||||||
login: userlogin
|
login: userlogin
|
||||||
@ -35,7 +36,7 @@ backend:
|
|||||||
|
|
||||||
# FRONTEND -
|
# FRONTEND -
|
||||||
# Some elements related to the frontend configuration & ergonomy
|
# Some elements related to the frontend configuration & ergonomy
|
||||||
# you can change them via the backend.
|
# you can change them via the backend.
|
||||||
#
|
#
|
||||||
frontend:
|
frontend:
|
||||||
shutdown_option: false
|
shutdown_option: false
|
||||||
@ -65,7 +66,7 @@ network:
|
|||||||
tokenized_ssids: true
|
tokenized_ssids: true
|
||||||
|
|
||||||
# WATCHERS -
|
# WATCHERS -
|
||||||
# They are used to grab automatically new IOCs or whitelisted
|
# They are used to grab automatically new IOCs or whitelisted
|
||||||
# elements from files containing IOCs export. You can add your
|
# elements from files containing IOCs export. You can add your
|
||||||
# own URL and it will be parsed at each TinyCheck reboot.
|
# own URL and it will be parsed at each TinyCheck reboot.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user