You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mmguero opened this issue
Oct 20, 2022
· 1 comment
Assignees
Labels
arkimeRelating to Malcolm's use of ArkimesecurityRelated to issues with bearing on the security of Malcolm itselfsensorFor issues dealing with the Hedgehog OS capture sensor
See the Arkime config documentation. Although we have been using passwordSecret and an IP-based ACL to make sure communication with the hedgehog's arkime instance viewer isn't allowed by unauthorized parties, we should really be using TLS there as well. This can be done by setting certFile and keyFile in the configuration when starting up that viewer. I need to add code to generate a certificate upon startup and use it for this purpose.
The text was updated successfully, but these errors were encountered:
mmguero
added
arkime
Relating to Malcolm's use of Arkime
sensor
For issues dealing with the Hedgehog OS capture sensor
security
Related to issues with bearing on the security of Malcolm itself
labels
Oct 20, 2022
arkimeRelating to Malcolm's use of ArkimesecurityRelated to issues with bearing on the security of Malcolm itselfsensorFor issues dealing with the Hedgehog OS capture sensor
See the Arkime config documentation. Although we have been using
passwordSecret
and an IP-based ACL to make sure communication with the hedgehog's arkime instance viewer isn't allowed by unauthorized parties, we should really be using TLS there as well. This can be done by settingcertFile
andkeyFile
in the configuration when starting up that viewer. I need to add code to generate a certificate upon startup and use it for this purpose.The text was updated successfully, but these errors were encountered: