maltrail icon indicating copy to clipboard operation
maltrail copied to clipboard

Configuration setting query

Open localacct opened this issue 7 years ago • 2 comments

Hi

I am curious about some settings in maltrail

# User entries (username:sha256(password):UID:filter_netmask(s))
  • What is the UID and filter netmask used for? I assume the UID is for setting permissions when accessing the maltrail web portal?

  • How can I enable TLS connection when browsing to the web portal?

localacct avatar Oct 26 '18 06:10 localacct

  1. Currently UID is just a dummy incremental value as there is no difference in functionality between admin and non-admin accounts
  2. USE_SSL (https://github.com/stamparm/maltrail/blob/master/maltrail.conf#L10) should be set to true, while SSL_PEM (https://github.com/stamparm/maltrail/blob/master/maltrail.conf#L13) should be un-commented and set to a location of a PEM file (as described in configuration file)

stamparm avatar Nov 03 '18 13:11 stamparm

Hi stamparm

Thanks for the replies

localacct avatar Nov 08 '18 05:11 localacct