maltrail
maltrail copied to clipboard
Configuration setting query
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?
- Currently UID is just a dummy incremental value as there is no difference in functionality between admin and non-admin accounts
-
USE_SSL(https://github.com/stamparm/maltrail/blob/master/maltrail.conf#L10) should be set totrue, whileSSL_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)
Hi stamparm
Thanks for the replies