-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Certbot integration Maltrail
Boris Perc edited this page May 31, 2024
·
2 revisions
sudo apt-get install certbot python3-certbot-apache -y
USE_SSL true
cd /opt/maltrail/misc
root@myserver:/opt/maltrail/misc#
root@myserver:/opt/maltrail/misc# cat /etc/letsencrypt/live/myserver.com/cert.pem > server.pem && cat /etc/letsencrypt/live/myserver.com/privkey.pem > server.pem && cat /etc/letsencrypt/live/myserver.com/cert.pem >> server.pem
root@myserver:/opt/maltrail/misc# systemctl restart maltrail-sensor.service && systemctl restart maltrail-server.service
cd /opt/maltrail/misc && sudo cat /etc/letsencrypt/live/myserver.com/cert.pem > server.pem && sudo cat /etc/letsencrypt/live/myserver.com/privkey.pem > server.pem && sudo cat /etc/letsencrypt/live/myserver.com/cert.pem >> server.pem
- FAQ - Frequently Asked Questions
- Trail classes - Information about different classes of trails
- Specific detections - Information about Maltrail specific detections
- Maltrail trails structure - Information about Maltrail trails structure
- Maltrail trails base format - Information about Maltrail trails base format
- Maltrail trails contribution - Information about Maltrail trails contribution
- Maltrail detection nuances - Information about Maltrail detection nuances
- Maltrail verdicts on Validin Threat Hunting and DNS Enrichment Platform - Information about Maltrail verdicts on Validin Threat Hunting and DNS Enrichment Platform
- UI tips and tricks - Brief list of user interface features
- CLI management for Maltrail - Information about CLI management for Maltrail
- Miscellaneous - Miscellaneous HOWTOs